Helm 是什么?
官网介绍
Helm helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application. Charts are easy to create, version, share, and publish — so start using Helm and stop the copy-and-paste. heml,方向盘、船舵。
Heml 帮助你管理 Kubernetes 应用 —— Heml 图表能够帮助你定义、安装和更新即便是最复杂的 Kubernetes 应用。
Heml 图表能轻松创建、版本管理、分享和发布——所以使用 Heml 就不用在粘贴复制了。个人博客
https://www.kubernetes.org.cn/3435.html
资源链接
Github,https://github.com/helm/helm
-
安装 Helm
Homebrew users can use
brew install helm
.- Chocolatey users can use
choco install kubernetes-helm
. - Scoop users can use
scoop install helm
. - GoFish users can use
gofish install helm
.Quick Start
Prerequisite 前置条件
pass