组件学习k8s平时笔记 linux 2023-01-19 Source Edit History undefined 12345678# 修改资源的 yaml 配置kubectl edit service [service名字]# 查看详细信息kubectl get pods -n umbrella -o wide # 以JSON格式输出一个pod信息 kubectl get pod web-pod-13je7 -o json # 列出所有不同的资源对象 kubectl get all