Kubelet

Daemon that runs on each worker node, responsible for communication with K8S Control Plane via Api Server

Pasted image 20240508212738.png

It tasks:

  • Receives information from K8S Control Plane about which Pod to run on the Node.
  • Ensure that the desired state of the pod is maintained