Beginner
Kubernetes
Q25 / 100
What is the role of "kubelet" running on each node?
Correct! Well done.
Incorrect.
The correct answer is B) It is an agent that ensures containers described in PodSpecs are running and healthy on that node
B
Correct Answer
It is an agent that ensures containers described in PodSpecs are running and healthy on that node
Explanation
The kubelet runs on every node and works with the container runtime to start, stop, and monitor containers as specified by PodSpecs assigned to that node.
Progress
25/100