Helm

一篇文章带你读懂helm

为什么需要helm?

helm的架构?

  • client

  • tiller

  • repository

  • chart

常用命令

helm repo list    # list all repositories
helm install stable/tomcat:0.2.0    # install chart tomcat:0.2.0 in repo stable

Last updated

Was this helpful?