Helm: kubernetes application package management tool

 

Overview

Helm: kubernetes application package management tool

When K8s deploy the application, the application will call K8s-api by yaml descriptions; Helm that is managing these Yaml application package management tools

composition

Helm comprising 5 parts

Helm: the command line, create - packaging - Post - packages and warehouse management chart

Tiler: Helm's server, deployed in k8s, the receiving client orders, release generation upgrade rollback

Chart: Use a package (a collection of the files Yaml) the tar format, similar to the RPM package YUM

Repository: depot is in fact a list of software packages and Web server storage

Release: in fact, is an example of a package (chart) at the helm install command in k8s

 

 

 

 

 

 

Resource Documents

https://www.hi-linux.com/posts/21466.html

Guess you like

Origin www.cnblogs.com/xmai/p/11280713.html