📜  如何在 kuber 中获取 pod - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:30.711000             🧑  作者: Mango
代码示例2
# Get Pods in all namespaces
kubectl get po -A
# Get pods in default namespace
kubectl get po