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.