KCNA Exam QuestionsBrowse all questions from this exam

KCNA Exam - Question 4


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

Show Answer
Correct Answer: D

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.

Discussion

2 comments
Sign in to comment
nvtienanhOption: D
Oct 3, 2023

The given answer is correct

JBanguraOption: D
Mar 22, 2024

Correct Answer: D