Question
Kubernetes nodes unhealthy but pods are still running, how do I troubleshoot?
I’ve been getting familiar with Kubernetes and have a 2 node pool with a 2 pod application load-balanced.
Lately, the health checks have been failing and the application is going down.
When I run kubectl get nodes
both nodes have a status of ready. when I run kubectl get pods
all pods are running with 0 restarts.
How does the health check work and how can I debug/troubleshoot this issue to figure out why the nodes are becoming unhealthy so that I can resolve the issue.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×