部署一个pod:
kubectl apply -f kube-flannel.yml
查看pod运行状况:
watch kubectl get pods --all-namespaces
查看所有namespace的pod状况:
kubectl get pods --all-namespaces