当前位置:网站首页>[kubernetes series] installation and use of Helm
[kubernetes series] installation and use of Helm
2022-06-25 04:13:00 【Run, dengdengzi】
One 、Helm brief introduction
Helm yes Kubernetes Package manager , By packaging , Support release version management and control , A lot of simplification Kubernetes Application deployment and management . It involves three core concepts :Chart、Repository( Warehouse )、Release.
1.Chart
It's a Helm package . Included in Kubernetes Running applications inside the cluster , All resource definitions required for a tool or service .
2.Repository( Warehouse )
Used to store and share Charts The place of .
3.Release
Running on the Kubernetes In the cluster Chart Example .
Two 、Helm install
Helm The latest version is Helm3, And Helm2 comparison ,Helm3 There's only one client , There is no server , A lot of simplification .
1. download
Download address :https://github.com/helm/helm/releases
wget https://get.helm.sh/helm-v3.9.0-linux-amd64.tar.gz
2. decompression
tar xzvf helm-v3.9.0-linux-amd64.tar.gz
3. take helm Moved to /usr/local/bin
mv linux-amd64/helm /usr/local/bin/
3、 ... and 、Helm Common operations
1. from Artifact Hub Search for Charts
helm search hub
2. Find... From local warehouse Charts
helm search repo
3. install
helm install stable/mysql
4. see Charts
helm list
5. Add warehouse
helm repo add
6. Look at the warehouse
helm repo list
边栏推荐
- Development of trading system (III) - risk control system
- WMS仓储管理系统的使用价值,你知道多少
- 《Missing Parts》NFT 作品集第 5 系列上线 The Sandbox 市场平台
- [harmony OS] [ark UI] basic ETS context operations
- JS tool function, self encapsulating a throttling function
- MySQL modifies and deletes tables in batches according to the table prefix
- How many images can opencv open?
- Hello CTP (I) - basic knowledge of futures
- Development of trading system (XII) - Official quickfix document
- 【LeetCode】22. bracket-generating
猜你喜欢
Development of trading system (III) - risk control system
地方/園區產業規劃之 “ 如何進行產業定比特 ”
How to use ide to automatically sign and debug Hongmeng application
Smart wind power: operation and maintenance of digital twin 3D wind turbine intelligent equipment
Russian Airi Research Institute, etc. | SEMA: prediction of antigen B cell conformation characterization using deep transfer learning
论文阅读《LSD-SLAM: Large-Scale Direct Monocular SLAM》
长沙“求才”:“下力气”与“出实招”并进,“快发展”和“慢生活”兼得
墨天轮访谈 | IvorySQL王志斌—IvorySQL,一个基于PostgreSQL的兼容Oracle的开源数据库
SEO的5大关键指标:排名+流量+会话+停留时长+跳出率
AI quantitative transaction (II) -- tushare financial data framework
随机推荐
2D 照片变身 3D 模型,来看英伟达的 AI 新“魔法”!
警惕超范围采集隐私-移动APP违规十宗罪
95% 程序员都在这里摸鱼……
ZABBIX installation pit avoidance Guide
What is the difference between learning code, rolling code and fixed code? The number of repeated codes, coding capacity and the principle of rolling code
地方/園區產業規劃之 “ 如何進行產業定比特 ”
“语法糖”——我的编程新知
Text keyword extraction: ansj
Hot and cold, sweet and sour, want to achieve success? Dengkang oral, the parent company of lengsuanling, intends to be listed on the main board of Shenzhen Stock Exchange
Development of trading system (XI) -- Introduction to quickfix
acmStreamOpen返回值问题
opencv 红色区域在哪里?
Cesium drag 3D model
Development of trading system (V) -- Introduction to Sinovel counter
Cesium 加载显示热力图
The art of writing simple code
Numpy NP tips: squeeze and other processing of numpy arrays
【LeetCode】143. Rearrange linked list
WMS仓储管理系统的使用价值,你知道多少
client-go gin的简单整合十一-Delete