What is the purpose of the kubelet component within a Kubernetes cluster?
What is the purpose of the kubelet component within a Kubernetes cluster?
The kubelet is an agent that runs on each node in the cluster. It ensures that containers are running in a Pod. The kubelet communicates with the Kubernetes control plane to determine the desired state of the pods and works to maintain that state on its node.
Correct Answer: D
The given answer is correct