Which component of Kubernetes is responsible for managing the state of the cluster?

Which component of Kubernetes is responsible for managing the state of the cluster?

a) Kubelet
b) etcd
c) Kube-scheduler
d) Kube-apiserver

Answer:

d) Kube-apiserver

Explanation:

The Kube-apiserver is the control plane component that exposes the Kubernetes API and manages the state of the Kubernetes cluster.

Reference:

Kubernetes Quiz – MCQ – Multiple Choice Questions

Scroll to Top