출처 : https://enumclass.tistory.com/136 Pod DESCRIPTIONCOMMAND List all pods kubectl get pods List pods for all namespace kubectl get pods -all-namespaces List all critical pods kubectl get -n kube-system pods -a List pods with more information kubectl get pod -o wide List pods and output to YAML kubectl get pod -o yaml Get pod info kubectl describe pod/ ex) kubectl describe pod/weave-net-2hn7s -..