Get all info about pods/services/labels/netpol etc
kubectl get all -o wide
Show labels
kubectl get po --show-labels
Show network policies
kubectl get netpol
Show network policie details
kubectl describe netpol redis-netpolicy
Last updated
Was this helpful?