初始helm

pull/62/head
Jimmy Song 2017-10-20 16:11:47 +08:00
parent 4a796ff4ed
commit 856598a799
1 changed files with 7 additions and 0 deletions

7
practice/helm.md 100644
View File

@ -0,0 +1,7 @@
# 使用Helm管理kubernetes应用
Helm是一个kubernetes应用的包管理工具用来管理[charts](https://github.com/kubernetes/charts)——预先配置好的安装包资源有点类似于Ubuntu的APT和CentOS中的yum。
## 参考
- [Deploy, Scale And Upgrade An Application On Kubernetes With Helm](https://docs.bitnami.com/kubernetes/how-to/deploy-application-kubernetes-helm/)