Which statement about the Controller-Manager is NOT accurate?

Prepare for the KCNA Certification Test. Study with flashcards, multiple-choice questions, and detailed explanations to enhance your understanding of Kubernetes Cloud Native concepts. Ace your exam!

Multiple Choice

Which statement about the Controller-Manager is NOT accurate?

Explanation:
The Controller Manager runs a set of controllers that continually reconcile the actual state of the cluster with the desired state declared in resources. It watches the API server, evaluates what needs to change, and drives actions to bring the cluster toward the declared configuration. It manages multiple controllers—each responsible for a specific aspect like deployments, nodes, or replicas—so the whole system steadily moves toward the desired state. The statement that it runs the Kubernetes API server isn’t accurate because the API server (kube-apiserver) is a separate service that exposes the Kubernetes API. The controller manager interacts with the API server, but does not host it.

The Controller Manager runs a set of controllers that continually reconcile the actual state of the cluster with the desired state declared in resources. It watches the API server, evaluates what needs to change, and drives actions to bring the cluster toward the declared configuration. It manages multiple controllers—each responsible for a specific aspect like deployments, nodes, or replicas—so the whole system steadily moves toward the desired state.

The statement that it runs the Kubernetes API server isn’t accurate because the API server (kube-apiserver) is a separate service that exposes the Kubernetes API. The controller manager interacts with the API server, but does not host it.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy