📅  最后修改于: 2022-03-11 14:49:48.398000             🧑  作者: Mango
# Current Namespace
kubectl get pods -o wide
# Particular Namespace
kubectl get po -o wide -n
# All namespaces
kubectl get pods -o wide -A