API / Kubernetes Interview questions
What is the Kubernetes control plane?
The Kubernetes control plane is a set of components that manages and orchestrates the Kubernetes cluster.
It includes the following components:
- API server,
- etcd,
- kube-scheduler,
- kube-controller-manager,
- cloud-controller-manager,
More Related questions...