Show capacity data in a concise table.
Section: Go Templates, Custom Columns, and jq-Friendly Patterns
Node capacity custom columns
bash
bash
kubectl get nodes -o custom-columns=NAME:.metadata.name,CPU:.status.capacity.cpu,MEM:.status.capacity.memory,EPHEMERAL:.status.capacity.ephemeral-storageExplanation
Show capacity data in a concise table.
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 Go Templates, Custom Columns, and jq-Friendly Patterns