Hi Colleagues, I have one question ragarding kubelet and master node. How pods ( . . .

Tsvetislav Viktorov:
Hi Colleagues, I have one question ragarding kubelet and master node. How pods (static) are running on master node? I mean, with kubelet? If yes, why there is no process with kubelet: ps -aux | grep -i kubelet does not find process? And in additional kubelet have to manage the static pods in /etc/kubernetes/manifest

OE:
There is a kubelet process. However, in some labs, they actually drop you into a container so you only see the container’s processes and not all processes. In other labs, they show you all processes and you can see the kubelet process