Inspect conditions, capacity, allocatable, taints, and events.

Section: Node Health and Conditions

Describe a node

bash
bash
kubectl describe node <node>

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Node Health and Conditions
List nodes
Start by verifying Ready status across the cluster.
OpenIn sheetbashsame section
Get raw node YAML
Inspect status addresses, conditions, and daemon info.
OpenIn sheetbashsame section
Show live node usage
Compare CPU and memory utilization across nodes.
OpenIn sheetbashsame section
Show all node metrics
Find hot nodes during an incident.
OpenIn sheetbashsame section
List key node conditions
Compact view for Ready and pressure-related conditions.
OpenIn sheetbashsame section
Open a debug shell on a node
Create a privileged debug pod on the node for investigation.
OpenIn sheetbash1 tag match