kubernetes常用命令
常用的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
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Kymlin's Blog!
评论




