摘要: 1、概述 helm使得在k8s集群里面部署应用变得更简单,就像在linux系统里面使用yum安装软件一样,helm主要是利用的chart,首先看一下chart的结构: charts: 是依赖的charts Chart.yaml:是chart的版本和配置信息 templates:配置模版目录 depl 阅读全文
posted @ 2018-10-23 14:53 诗码者 阅读(6747) 评论(3) 推荐(0)