[容器]helm

 

[容器]helm_第1张图片

自建 Chart

简单的一个 helm create 命令就可以初始化一个 chart

├── Chart.yaml # Chart 的文件主要信息

├── charts # 依赖的 Chart

├── templates # 模板目录,用 gotpl 编写 Kubernetes 运行 App 所需的各种对象定义

│ ├── NOTES.txt

│ ├── _helpers.tpl

│ ├── deployment.yaml

│ └── service.yaml

└── values.yaml # 缺省值定义

http://www.tuicool.com/articles/vIFb6re

http://blog.fleeto.us/content/helm-jian-jie?utm_source=tuicool&utm_medium=referral

https://github.com/kubernetes/helm/blob/master/docs/install.md

你可能感兴趣的:([容器]helm)