Continuous integration deployment-k8s-deployment tool-Helm

1. What is Helm?

Helm is an open source tool for Kubernetes application deployment and management. It helps simplify the process of packaging, publishing, configuring, and upgrading Kubernetes applications. Helm uses predefined templates called "chart" to define the structure and configuration of the application, and provides command line tools to manage these< a i=5>. charts

Important concepts of Helm:

  1. Charts: It is a collection of information for creating Kubernetes application instances, which is a helm package. It contains all the images, dependencies and resource definitions needed to run a k8s application. It also contains Service resource definitions when necessary. It is similar to yum. rpm file;
  2. Repos

Guess you like

Origin blog.csdn.net/linmengmeng_1314/article/details/134089387
Recommended