KCNA Kubernetes Fundamentals Practice Question
What is the role of the kubelet on a worker node?
⚠ Common exam trap
Many exam-takers confuse the kubelet's role with that of the container runtime (option D), as many candidates assume the kubelet directly runs containers, but it only orchestrates them via the Container Runtime Interface (CRI).
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
It ensures containers are running in a Pod as specified
The kubelet is the primary node agent that runs on every worker node. Its core responsibility is to ensure that containers described in Pod specs (received from the API server via the kube-apiserver) are running and healthy. It does this by interacting with the container runtime (e.g., containerd or CRI-O) to start, stop, and monitor containers, and it reports the Pod and node status back to the control plane.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
It ensures containers are running in a Pod as specified
Why this is correct
kubelet receives Pod specifications and works with the container runtime to maintain them.
- ✗
It stores cluster state
Why it's wrong here
Cluster state is stored in etcd on the control plane.
- ✗
It manages network rules for Services
Why it's wrong here
Network rules are managed by kube-proxy.
- ✗
It runs the container runtime
Why it's wrong here
The container runtime (e.g., containerd) is a separate component.
Go deeper
Related to this question
About these practice questions
This KCNA question is part of Courseiva's 833-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This KCNA practice question is part of Courseiva's free CNCF certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the KCNA exam.