How to review node health

Use node details to decide whether an issue is host-local, pressure-related or likely explained by a wider cluster condition.

NodesPressureAllocatable

Key node checks

  • Read Ready alongside pressure conditions rather than in isolation.
  • Compare allocatable values with current workload placement.
  • Review runtime, kubelet version and taints when scheduling looks unusual.
Operator actionIf a node is Ready but pressure signals are present, use events and workload placement before deciding whether the node needs escalation or simply closer watch.

Signals that point to host-local issues

SignalInterpretation
One node accumulates warningsThe issue may be localized to runtime, resources or placement.
Pods from several namespaces degrade on the same nodeA host-level cause becomes more likely.
Healthy images but poor placement outcomesScheduling or capacity is more likely than registry failure.

Related pages