Kubernetes : Nodes are in Not ready state

Nodes are in Not ready state?



1. Check the Nodes Status.
Kubectl get nodes

2. Check the Particular node.
kubectl describe node <Node Name>

3. Check the Kubelet Service in the node
service kubelet status -l

4. Check the messages file for details

/var/log/messages

5. Check the messages realted to kubelet service to find out the issue
journalctl -xe kubelet

0 Comments