一、安装helm

请看文章:centos7环境 的 k8s安装helm 3.7.1

 

二、使用helm

1、使用 chart 部署一个应用 weave

 查找 chart
helm search repo weave

helm 使用方法说明

#查看 chrt 信息
helm show chart stable/weave-scope

helm 使用方法说明

 

安装包
helm install  myweave-ui  stable/weave-scope
#查看发布状态
 helm list

helm 使用方法说明

helm status myweave-ui

helm 使用方法说明

 

 安装已经成功了。我们可以查看k8s里的pods,deploy,svc等信息,都可以找到相关信息。

helm 使用方法说明

 

 若需要外部能访问,则需要将svc改为NodePort类型。

kubectl edit svc myweave-ui-weave-scope

helm 使用方法说明

 

 

 
 
 

相关文章:

  • 2022-12-23
  • 2021-09-06
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2021-11-13
猜你喜欢
  • 2021-07-25
  • 2021-06-07
  • 2022-12-23
  • 2021-09-27
  • 2021-04-10
相关资源
相似解决方案