摘要: 不背锅运维:一文搞清楚应用发布到k8s集群的基本流程 1. 使用yaml文件创建资源对象 ❝ 每种资源的apiVersion和kind可通过 kubectl api-resources 命令进行查看 ❞ tantianran@test-b-k8s-master:~$ kubectl api-resources | grep Deployment dep 阅读全文
posted @ 2023-01-26 21:09 不背锅运维 阅读(137) 评论(0) 推荐(0)