|NO.Z.00270|——————————|CloudNative|——|KuberNetes&中间件容器化及helm.V17|——|中间件.v01|helm.v3.5.4|部署|
一、helm概述
### --- helm官方安装文档:
~~~ https://helm.sh/docs/intro/install/
### --- helm版本包下载方案
~~~ ——>进入之后——>desired version——>找到helm3.5.4——>下载

二、helm安装
### --- 下载helm安装包
[root@k8s-master01 ~]# wget https://get.helm.sh/helm-v3.5.4-linux-amd64.tar.gz
### --- 解压helm安装包
[root@k8s-master01 helm]# tar -zxvf helm-v3.5.4-linux-amd64.tar.gz
linux-amd64/
linux-amd64/helm
linux-amd64/LICENSE
linux-amd64/README.md
二、安装helm
### --- 安装helm
[root@k8s-master01 helm]# cd linux-amd64/
[root@k8s-master01 linux-amd64]# cp -rp helm /usr/local/bin/
### --- 查看helm的版本
[root@k8s-master01 helm]# helm version
version.BuildInfo{Version:"v3.5.4", GitCommit:"1b5edb69df3d3a08df77c9902dc17af864ff05d1", GitTreeState:"clean", GoVersion:"go1.15.11"}
### --- 查看helm当前的仓库
[root@k8s-master01 helm]# helm repo list
NAME URL
ingress-nginx https://kubernetes.github.io/ingress-nginx
### --- 查看当前通过helm安装的应用程序有哪些
[root@k8s-master01 helm]# helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
Walter Savage Landor:strove with none,for none was worth my strife.Nature I loved and, next to Nature, Art:I warm'd both hands before the fire of life.It sinks, and I am ready to depart
——W.S.Landor
浙公网安备 33010602011771号