Show which controller owns each pod.
Section: Advanced Pod and Controller Operations
Get pods with owner references
bash
bash
kubectl get pods -n payments -o custom-columns=NAME:.metadata.name,OWNER:.metadata.ownerReferences[0].nameExplanation
Show which controller owns each pod.
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 Advanced Pod and Controller Operations