Hello All, am unable to find etcd status,whether it is stop or not started or ru . . .

Rahul Tiwari:
Hello All, am unable to find etcd status,whether it is stop or not started or running.

Deepak Ladwa:
It is deployed/configured as a static pod.

Rahul Tiwari:
yes i can see this as static pod but there must be some services running as well for etcd.

Deepak Ladwa:
No, In KK labs, etcd is deployed using kubeadm, hence it is deployed as static pod. If you go with the hard way, then it will be deployed as a service

Deepak Ladwa:
I mean cluster is setup using kubeadm, hence it is running as static pod

Mohamed Ayman:
You can find the etcd YAML file at /etc/kubernetes/manifests which is the path for static PODs

Mohamed Ayman:
Also to see the running etcd POD, check this command:
kubectl get po -n kube-system