Kubelet in the worker node register node in the kubernetes cluster.

It request the container runtime engine to pull the required image - Create PODs

Continues to monitor the state of the pod and container in it and resports to the kube apiserver - Monitor Node & PODs.

By Kubeadm - always manual install kubelet on your worker nodes - run it as a service

image.png

ps -aux grep kubelet