K8S-常用命令

查看pod日志

]# kubectl  log -f -n namespace pod -c container name

查看资源使用率

]# kubectl top node
]# kubectl top pod -A
]# kubectl top pod -n namespace

查看secret

]# kubectl get secret -n namespace 

查看secret详情

]# kubectl describe secret -n namespace name

查看资源清单语法帮助

]# kubectl explain HoriZontalPodAutoscaler

 

posted @ 2021-12-02 20:38  不会跳舞的胖子  阅读(46)  评论(0编辑  收藏  举报