View all questions & answers for the 2V0-33.22 exam
Which three functions are provided by the components within the Kubernetes control plane? (Choose three.)
Balances pods across the nodes within a Kubernetes cluster.
Ensures that containers are running in a pod.
Configures network rules to route traffic to containers within the Kubernetes cluster.
Stores Kubernetes cluster data in a key-value data store.
Watches the API for changes and responds with appropriate actions.
Stores and distributes container images.
https://kubernetes.io/docs/concepts/overview/components/#control-plane-components
https://kubernetes.io/docs/concepts/overview/components/
Submit