Kubelet
Daemon that runs on each worker node, responsible for communication with K8S Control Plane via Api Server
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