当前位置:网站首页>【Kubernetes系列】Helm的安装使用
【Kubernetes系列】Helm的安装使用
2022-06-25 03:54:00 【奔跑吧邓邓子】
目录
一、Helm 简介
Helm 是 Kubernetes 的包管理器,通过打包的方式,支持发布的版本管理和控制, 很大程度上简化了 Kubernetes 应用的部署和管理。涉及三大核心概念:Chart、Repository(仓库)、Release。
1.Chart
是一个 Helm 包。包含在 Kubernetes 集群内部运行应用程序,工具或服务所需的所有资源定义。
2.Repository(仓库)
用来存放和共享 Charts 的地方。
3.Release
运行在 Kubernetes 集群中的 Chart 的实例。
二、Helm 安装
Helm 最新版本是 Helm3,与Helm2 相比,Helm3 只有一个客户端,没有服务端,简化了许多。
1.下载
下载地址:https://github.com/helm/helm/releases
wget https://get.helm.sh/helm-v3.9.0-linux-amd64.tar.gz
2.解压
tar xzvf helm-v3.9.0-linux-amd64.tar.gz
3.将 helm 移至 /usr/local/bin
mv linux-amd64/helm /usr/local/bin/
三、Helm 常用操作
1.从 Artifact Hub 中查找 Charts
helm search hub
2.从本地仓库中查找 Charts
helm search repo
3.安装
helm install stable/mysql
4.查看 Charts
helm list
5.添加仓库
helm repo add
6.查看仓库
helm repo list
边栏推荐
- Time management understood after working at home | community essay solicitation
- 警惕超范围采集隐私-移动APP违规十宗罪
- OpenSUSE environment variable settings
- Development of trading system (XII) - Official quickfix document
- Development of trading system (XIII) -- Analysis of quickfix source code
- [harmony OS] [arkui] ETS development graphics and animation drawing
- opencv是开源的吗?
- Work assessment of Biopharmaceutics of Jilin University in March of the 22nd spring -00005
- Development of trading system (III) - risk control system
- Mobile mall project operation
猜你喜欢
随机推荐
Turn 2D photos into 3D models to see NVIDIA's new AI "magic"!
[proteus simulation] Arduino uno key controls the flashing increase / decrease display of nixie tube
Siddhartha: the book of life can be regurgitated frequently
2. play the chromatic harmonica
Jilin University 22 spring March new development English comprehensive course (I) assignment assessment-00080
opencv怎么安装?opencv下载安装教程
Development of trading system (VI) -- HFT high frequency trading
练习:仿真模拟福彩双色球——中500w巨奖到底有多难?跑跑代码就晓得了。
How to quickly deliver high-value software
Perfect shuffle problem
Trading system development (IV) - trading counter system
Flutter FittedBox组件
【Proteus仿真】Arduino UNO按键控制数码管闪烁增/减显示
Development of trading system (VII) -- Analysis of trading delay
OpenSUSE installation pit log
Hello CTP (III) - CTP quotation API
ZABBIX installation pit avoidance Guide
【Harmony OS】【ArkUI】ets开发 图形与动画绘制
The problem that only the home page can be accessed under openSUSE Apache laravel
“语法糖”——我的编程新知