How to and what components manually should be troubleshooted in Kubernetes using shell script How to and what components manually should be troubleshooted in Kubernetes using shell script kubernetes kubernetes

How to and what components manually should be troubleshooted in Kubernetes using shell script


You need to check below services on master to confirm that kubernetes is functioning fine

  1. docker should be running

  2. kubelet should be running ( if you run control-plane components in containers )

  3. etcd

  4. kubernetes scheduler

  5. kubernetes controller manager

  6. kubernetes components health ( kubectl get cs )

  7. all services in kube-system should be running ( kubectl get pods -n kube-system )