Check what's in a ConfigMap k8s-debug

Print just the data field; pipe to python -m json.tool for formatting

kubectl get cm <name> -n <ns> -o jsonpath='{.data}'
more k8s-debug all 27 commands →