Bird
0
0

Which Kubernetes node component is responsible for making sure containers start and keep running on a node?

easy📝 Conceptual Q11 of 15
Kubernetes - Fundamentals
Which Kubernetes node component is responsible for making sure containers start and keep running on a node?
Akube-proxy
Bkubelet
Ccontainer runtime
Detcd
Step-by-Step Solution
Solution:
  1. Step 1: Understand the role of kubelet

    kubelet runs on each node and ensures containers are started and stay running as requested by the control plane.
  2. Step 2: Differentiate from other components

    kube-proxy manages network traffic, container runtime runs containers, and etcd stores cluster data.
  3. Final Answer:

    kubelet -> Option B
  4. Quick Check:

    Container management = kubelet [OK]
Quick Trick: kubelet manages containers on nodes, not networking or storage [OK]
Common Mistakes:
  • Confusing kubelet with kube-proxy
  • Thinking container runtime manages container lifecycle
  • Selecting etcd which is for cluster data storage

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes