K8s component: kubelet
29 May 2025 (Updated 30 May 2025)
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