Kubernetes 中的应用故障排查
kubectl explainkubectl get pods
kubectl describe pods my-podkubectl get pod -wkubectl logs my-pod
kubectl logs my-pod -c my-container
kubectl logs -f my-pod
kubectl logs -f my-pod -c my-containerkubectl exec my-pod -it /bin/bash
kubectl top pod POD_NAME --containers最后更新于