Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Installation and use of Helm

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

A brief introduction to Helm

Helm is the preferred package management tool for Kubernetes. In K8S, there may be more than one YAML manifest file in one application. When there are many applications, these manifest files will appear very messy. Helm can solve this problem very well, Helm charts can provide template syntax for K8S YAML manifest file, and can implement one-click deployment, update, rollback, delete and so on.

Helm is only the client, and the server is Tiller. The specific architecture is as follows:

Related terms:

Helm command line client. The Tiller server, deployed in the K8S cluster, is responsible for listening to Helm requests, interacting with K8S apiserver, and realizing a series of operations such as application deployment and update. Repository chart repository, which is a http/https server. The Chart installation package consists of a series of manifest files. The instance after Release chart is deployed to K8S. II. Software environment

OS version: Centos7.5

K8S version: v1.14.0

Docker version: 18.09.5-ce

Helm version: v2.13.1

Third, install and configure Helm1. Binary deployment repository address: https://github.com/helm/helm/releases# downloads the corresponding version of wget https://storage.googleapis.com/kubernetes-helm/helm-v2.13.1-linux-amd64.tar.gztar zxf helm-v2.13.1-linux-amd64.tar.gzmv linux-amd64/helm / usr/local/bin/#helm usage helm help2. Configure an authorized account for Tiller

# currently, RBAC is enabled in the Kubernetes cluster. Specify the authorized account for tiller configuration:

Cat

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 294

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report