Loading

随笔分类 -  K8S常用命令

摘要:1、查看pod信息 kubectl describe po hollow-node-1693 -n kubemark 2、描述节点信息 kubectl describe no izuf6clt44axl097nfxyoaz 3、分析节点日志 kubectl logs hollow-node-999 阅读全文
posted @ 2021-06-08 19:52 doro测试笔记 阅读(574) 评论(0) 推荐(0)
摘要:1、查看Node节点 kubectl get nodes 2、查看endpoints端 kubectl get endpoints 阅读全文
posted @ 2021-04-30 11:44 doro测试笔记 阅读(124) 评论(0) 推荐(0)
摘要:1、查询组件状态 kubectl get componentstatuses 2、查看namespace(命名空间) kubectl get namespaces 3、查看某个节点详细信息描述 kubectl describe node Node名称 阅读全文
posted @ 2021-04-30 11:37 doro测试笔记 阅读(375) 评论(0) 推荐(0)