Render table output with selected fields.
Section: Inspection and Deep Queries
Custom columns output
bash
bash
kubectl get pods -n payments -o custom-columns=NAME:.metadata.name,PHASE:.status.phase,NODE:.spec.nodeName,IP:.status.podIPExplanation
Render table output with selected fields.
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 Inspection and Deep Queries