Kubernetes 包管理器 Helm
Kubernetes Helm 大约 802 字下载
https://github.com/helm/helm/releases
配置 Helm
第一步
解压压缩包
tar -zxvf helm-v3.8.0-linux-amd64.tar.gz
第二步
移动到系统bin
目录下(这样就可以直接使用helm
命令了)
mv linux-amd64/helm /usr/local/bin/helm
添加仓库
helm repo add 仓库名称 仓库地址
Bitnami
helm repo add bitnami https://charts.bitnami.com/bitnami
阿里
已停止同步更新。
helm repo add cloudnativeapp https://cloudnativeapp.github.io/charts/curated
微软
已停止同步更新。
helm repo add azure https://mirror.azure.cn/kubernetes/charts
查看仓库
helm repo list
删除仓库
helm repo remove azure
更新仓库
helm repo update
搜索容器
helm seach repo nginx
安装容器
helm install test-nginx bitnami/nginx --version 9.7.6 -n dev
安装本地tgz
helm install ingress-nginx ./ingress-nginx-4.0.16.tgz -n dev
卸载容器
helm uninstall test-nginx
查看 list
helm list
查看 status
helm status test-nginx
开源网址
阅读 146 · 发布于 2022-03-26
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb扫描下方二维码关注公众号和小程序↓↓↓

昵称:
随便看看
换一批
-
MySQL/Oracle 更新或替换字符串字段中的部分内容阅读 2116
-
IDEA 去除 Unchecked cast from Object to 提示阅读 2699
-
MySQL server has gone away阅读 1458
-
Windows/Linux 使用 split 命令分割大文件阅读 3563
-
使用 Spring Boot Admin 管理 Spring Boot 应用阅读 1255
-
Nginx upstream timed out 10060阅读 2299
-
Redis 运行统计信息阅读 1317
-
Java SPI 机制阅读 103
-
Kubernetes 数据存储 NFS阅读 139
-
软考-系统架构设计师:范围管理和时间管理阅读 878