JSONPath on any resource k8s-debug

Extract specific fields from k8s API objects without jq

kubectl get pods -A -o jsonpath='{range .items[*]}{.metadata.namespace}\t{.metadata.name}\t{.status.phase}\n{end}'
more k8s-debug all 27 commands →