一篇文章带你读懂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 4 years ago
Was this helpful?