k8s 一些有用的命令

1. kubectl get xxx
2. kubectl logs xxx
3. kubectl describe // 相当有用
4. kubectl exec // 进入容器
原文地址:https://www.cnblogs.com/wh-blog/p/12194462.html