I have deployed a kubernetes cluster (1 master and 2 worker)on my local laptop using kubeadm.
Noted that the kubelet is running on master node as well. From the articles i have read earlier, kubelet is only needed on worker nodes. Can someone let me know why the kubernetes master node has kubelet service running?