常用的kubernetes命令

Pod相关

kubectl get pod -n monitoring
kubectl get pod -o wide -n monitoring (-o wide 打印更详细的信息)
kubectl describe pod -n monitoring

Service相关

kubectl get svc -n monitoring
kubectl describe svc -n monitoring