Introduction
Sometimes a computer in your Kubernetes cluster, called a node, stops working properly. Node troubleshooting helps you find out what is wrong and fix it so your apps keep running smoothly.
When a node shows as NotReady and your apps are not running on it.
When pods scheduled on a node are stuck in Pending or CrashLoopBackOff states.
When you want to check if a node has enough resources like CPU or memory.
When you suspect network or disk problems on a node.
When you want to see detailed information about a node's status and events.