Inspect capacity, allocatable, taints, and conditions.

Section: Nodes, Taints, and Scheduling Controls

Describe node

bash
bash
kubectl describe node worker-02
Explanation

Inspect capacity, allocatable, taints, and conditions.

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 Nodes, Taints, and Scheduling Controls
List nodes
Show node roles, versions, and internal IPs.
OpenIn sheetbashsame section
Add taint to node
Add a taint to influence scheduling.
OpenIn sheetbashsame section
Remove taint from node
Remove a taint from a node.
OpenIn sheetbashsame section
Label node
Apply a scheduling label to a node.
OpenIn sheetbashsame section
List pods on node
See what is scheduled on a node.
OpenIn sheetbashsame section
Describe service
Inspect selectors, endpoints, ports, and type.
OpenIn sheetbash1 tag match