kubernetes常用命令


1. 查看pod中的container日志命令

// 比如 pod1 里面的 nginx
kubectl log pod1 nginx

2.