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
Interesting Articles on Kubernetes:
Kubernetes : Kubernetes Node Management, Maintenance, Delete
How to add a New Worker Node to a existing kubernetes Cluster
MinIO Client Installation and Quickstart
PLEG is not healthy: Kubernetes Worker Node is in "NotReady" state
Backup MySQL databases in Kubernetes
How to Run Automated Tasks in Kubernetes with a cronjob
How to Completely remove Kubernetes
No comments