Choose all correct answers from the options below.
Please select at least one answer!
Congratulations, you are correct!
I'm sorry, your answers are not correct.
It tells Kubernetes which Docker container images to run is correct
It tells Kubernetes which virtual network services to create is correct
It tells Kubernetes how to scale applications based on realtime traffic is incorrect. Helm charts do not handle autoscaling.
It tells Kubernets which Dockerfiles to build into containers is incorrect. Helm charts cannot build containers, they refer to prebuilt containers hosted in image repositories.