k8s tips n 技巧 源码
Kubernetes提示和技巧 kubectl命令 官方kubectl备忘单 查看资源使用情况 kubectl top no kubectl top po 显示Docker图像的年龄和SHA kubectl get pod -o json | jq '.status.containerStatuses[] | { "image": .image, "imageID": .imageID }' 显示先前启动的容器的日志以调试异常的连续重启 kubectl logs --previous 显示kubectl对kube-api发出的http请求 kubectl get po