k8s tips n 技巧 源码

please_38014 4 0 ZIP 2021-02-22 11:02:08

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

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2019-07-31 23:07:12

材料介绍的很全面,谢谢分享