Which of these components is part of the Kubernetes Control Plane?
Which of these components is part of the Kubernetes Control Plane?
The Kubernetes Control Plane is responsible for maintaining the desired state of the cluster. Key components of the control plane include the kube-apiserver, etcd, kube-scheduler, kube-controller-manager, and the cloud-controller-manager. The cloud-controller-manager is responsible for managing cloud-provider-specific control logic. Given the options, cloud-controller-manager is the correct component that is part of the Kubernetes Control Plane.
https://kubernetes.io/docs/concepts/architecture/cloud-controller/ Answer is correct