Kubernetes and Cloud Native Associate (KCNA) — Question 22

What is the purpose of the kubelet component within a Kubernetes cluster?

Answer options

Correct answer: D

Explanation

The kubelet is responsible for ensuring that containers are running in Pods on each node, making option D the correct choice. Options A, B, and C describe other components and functionalities within Kubernetes but do not accurately represent the kubelet's specific role in managing containerized applications.