Compact view for Ready and pressure-related conditions.
Section: Node Health and Conditions
List key node conditions
bash
bash
kubectl get nodes -o custom-columns=NAME:.metadata.name,READY:.status.conditions[?(@.type=="Ready")].status,MEM:.status.conditions[?(@.type=="MemoryPressure")].status,DISK:.status.conditions[?(@.type=="DiskPressure")].status,PID:.status.conditions[?(@.type=="PIDPressure")].statusLearn 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
Describe a node
Inspect conditions, capacity, allocatable, taints, and events.
Open a debug shell on a node
Create a privileged debug pod on the node for investigation.