sajad torkamani

What is kubelet?

kubelet is a worker node component that interacts with both the container runtime and the node machine to run Pods.

The kubelet takes a set of PodSpecs that can be provided through various mechanisms and ensures the containers described in the PodSpecs are running and healthy.

Tagged: Kubernetes