📅  最后修改于: 2022-03-11 14:57:54.608000             🧑  作者: Mango
# Get pods in default namespace
kubectl get pods
#Get Pods in my-namespace
kubectl get pods -n my-namespace
#Get Pods in all namespaces
kubectl get pods --all-namespaces