|NO.Z.00271|——————————|^^ 部署 ^^|——|KuberNetes&中间件容器化及helm.V18|——|中间件.v02|helm.v3.5.4|常用操作|

一、helm常用操作
### --- helm的常用操作

~~~     helm fetch  for helm v2
### --- 添加一个仓库到helm

[root@k8s-master01 helm]# helm repo add bitnami https://charts.bitnami.com/bitnami
"bitnami" has been added to your repositories
~~~     # 再添加一个aliyun的helm仓库

[root@k8s-master01 helm]# helm repo add ali-stable https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
"ali-stable" has been added to your repositories
### --- 查看添加的仓库

[root@k8s-master01 helm]# helm repo list
NAME            URL                                       
bitnami         https://charts.bitnami.com/bitnami
ali-stable      https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
二、通过helm操作harbor示例
### --- 搜索需要的harbor包

[root@k8s-master01 helm]# helm search repo harbor
NAME            CHART VERSION   APP VERSION DESCRIPTION                                       
bitnami/harbor  10.0.3          2.2.2       Harbor is an an open source trusted cloud nativ...
### --- 把harbor宕下来

[root@k8s-master01 helm]# helm pull bitnami/harbor
[root@k8s-master01 helm]# ll
total 12292
-rw-r--r-- 1 root root   201526 May 22 15:07 harbor-10.0.3.tgz
### --- 解压harbor的包

[root@k8s-master01 helm]# tar -zxvf harbor-10.0.3.tgz
### --- 查看harbor的模板文件
~~~     然后可以通过这些模板可以生产deployment或者configmap的文件

[root@k8s-master01 helm]# ls harbor/templates/nginx/
configmap-https.yaml  configmap-http.yaml  deployment.yaml  secret.yaml  service.yaml

 
 
 
 
 
 
 
 
 

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

 

 

posted on   yanqi_vip  阅读(52)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· DeepSeek 开源周回顾「GitHub 热点速览」
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示