What is the role of Kubelet in Kubernetes?

What is the role of Kubelet in Kubernetes?

a) To manage containers on a node
b) To store configuration files
c) To monitor network traffic
d) To schedule Pods

Answer:

a) To manage containers on a node

Explanation:

The Kubelet is an agent that runs on each node in the Kubernetes cluster. It ensures that containers are running in a Pod as expected.

Reference:

Kubernetes Quiz – MCQ – Multiple Choice Questions

Scroll to Top