JSBB:
I am on the ‘controlplane’ node. I see that the control plane components are running as static pod (as evident from the manifest files at /etc/kubernetes/manifest and also the POD names in the kube-system namespace). However, I am unable to list the ‘kubelet’ process, by running ‘ps aux | grep –i kubelet’. Am I doing anything wrong?
Also, on a separate note, even if the control plane components are running as static pods, shouldn’t I be able to do something like ‘ps aux | grep –i etcd’. Shouldn’t this return the details about the running process?
Kindly provide your inputs.