helm3 常用命令

简介: helm3 常用命令

1.查看版本

[root@rds005-master-1 hello]# helm version
version.BuildInfo{Version:"v3.6.0", GitCommit:"7f2df6467771a75f5646b7f12afb408590ed1755", GitTreeState:"clean", GoVersion:"go1.16.3"}

2.仓库管理


# helm repo add stable https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts


[root@rds005-master-1 hello]# helm repo add apphub https://apphub.aliyuncs.com
"apphub" has been added to your repositories

[root@rds005-master-1 helm]# helm repo list
NAME    URL
apphub  https://apphub.aliyuncs.com

[root@rds005-master-1 helm]# helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "apphub" chart repository
Update Complete. ⎈Happy Helming!⎈



3.部署应用

[root@rds005-master-1 helm]# helm search repo nacos
NAME            CHART VERSION   APP VERSION     DESCRIPTION
apphub/nacos    0.1.0           1.0             A Helm chart for Kubernetes
[root@rds005-master-1 helm]# helm install apphub/nacos -n default
Error: must either provide a name or specify --generate-name
[root@rds005-master-1 helm]# helm install -name lys-nacos apphub/nacos -n default
NAME: lys-nacos
LAST DEPLOYED: Sat Nov 13 15:17:13 2021
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
1. Get the application URL by running these commands:
  export NODE_PORT=$(kubectl get --namespace default -o jsonpath="{.spec.ports[0].nodePort}" services  nacos-cs
  export NODE_IP=$(kubectl get nodes --namespace default -o jsonpath="{.items[0].status.addresses[0].address}")
  echo http://$NODE_IP:$NODE_PORT/nacos
2. MODE:
   quickstart: you need to modify replicaCount in the values.yaml, .Values.replicaCount=1
   standalone: you need to modify replicaCount in the values.yaml, .Values.replicaCount=1
   cluster: kubectl scale sts default-nacos --replicas=3


[root@rds005-master-1 helm]# helm uninstall  lys-nacos
release "lys-nacos" uninstalled

4.拉取

[root@rds005-master-1 helm]# helm search repo gitlab
NAME                    CHART VERSION   APP VERSION     DESCRIPTION
apphub/docker-gitlab    0.1.1           v12.1.6         GitLab CE is set up in the Docker image using t...
stable/gitlab-ce        0.2.1                           GitLab Community Edition
stable/gitlab-ee        0.2.1                           GitLab Enterprise Edition
[root@rds005-master-1 helm]# mkdir gitlab
[root@rds005-master-1 helm]# cd gitlab/
[root@rds005-master-1 gitlab]# ls
[root@rds005-master-1 gitlab]# helm pull apphub/docker-gitlab
[root@rds005-master-1 gitlab]# ls
docker-gitlab-0.1.1.tgz
[root@rds005-master-1 gitlab]# tar -zxvf docker-gitlab-0.1.1.tgz

参考文档

https://helm.sh/docs/

https://artifacthub.io/

相关文章
|
Kubernetes 应用服务中间件 Linux
helm安装和使用-通过helm部署k8s应用
helm安装和使用-通过helm部署k8s应用
|
Kubernetes 安全 容器
007_安装helm
007_安装helm
110 0
|
7月前
|
Linux 应用服务中间件 nginx
docker概述、安装、常用命令
docker概述、安装、常用命令
106 1
|
7月前
|
Kubernetes 关系型数据库 MySQL
第三章 Helm常用命令
第三章 Helm常用命令
223 0
|
Docker 容器
docker安装部署和常用命令
docker安装部署和常用命令
178 0
|
缓存 Ubuntu Linux
docker的安装和常用命令
最近学习了docker做了一些笔记,跟朋友们分享一下
549 0
|
Perl
kubectl 常用命令(kubectl常用命令汇总)
kubectl 常用命令(kubectl常用命令汇总)
244 0
|
Kubernetes Ubuntu Linux
helm安装
helm安装
298 0
|
Linux 应用服务中间件 Shell
docker安装和常用命令
docker 虚拟化,不是在在物理机上再去安装一个系统,而是直接启动应用级别的程序,例如启动三个tomcat,三个容器 ,对外访问后面讲解 镜像:docker的镜像其实就是模板,跟我们常见的iso镜像类似,上一个样板 容器:使用镜像常见的应用或者系统,我们称之为容器,应用的话就是tomcat nginx centos系统 都可以叫容器,容器就是一个应用, 仓库:仓库是存放镜像的地方,分为公开
167 0
|
存储 Kubernetes Ubuntu
minikube helm 安装 jenkins
minikube helm 安装 jenkins
minikube helm 安装 jenkins