Which statement about the Controller-Manager is NOT accurate?

Study for the Kubernetes Cloud Native Associate (KCNA) Certification 1 Test. Master the core concepts of Kubernetes with multiple-choice questions and detailed explanations. Prepare and boost your confidence for the KCNA certification 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