Helm Charts

Use this repository to submit official Charts for Kubernetes Helm. Charts are curated application definitions for Kubernetes Helm. For more information about installing and using Helm, see its README.md. To get a quick introduction to Charts see this chart document.

How do I install these charts?

Just helm install stable/<chart>. This is the default repository for Helm and is installed by default.

For more information on using Helm, refer to the Helm‘s documentation.

How do I enable the Incubator repository?

To add the Incubator charts for your local client, run helm repo add:

$ helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
"incubator" has been added to your repositories

You can then run helm search incubator to see the charts.

Chart Format

Take a look at the alpine example chart and the nginx example chart for reference when you‘re writing your first few charts.

Before contributing a Chart, become familiar with the format. Note that the project is still under active development and the format may still evolve a bit.

时间: 2024-08-29 03:02:22

Helm Charts的相关文章

Helm 从入门到实践 | 从 0 开始制作一个 Helm Charts

本周 Helm 官方发布博客,指导用户从 v2 迁移到 v3,这标志 Helm 逐渐走向成熟.早在今年 6 月,阿里云就正式发布了国内首个 Helm Hub 中国镜像站:开放云原生应用中心 - Cloud Native App Hub. 历经三个月的成长和沉淀, Helm Hub 中国镜像站目前已经实时全量同步了 Helm Hub 的所有内容,同时还精选同步了比如 GitLab 等多个热门的第三方 Charts Repo,截止今日已总计上线了 859 个 Charts,并且还在不断增加中. 为了

[转帖]Helm 3 使用 harbor 作为仓库存储 charts

Helm 3 使用 harbor 作为仓库存储 charts https://www.cnblogs.com/innerpeacez/p/11252198.html 之前需要 使用tiller 现在貌似不需要了 但是需要安装harbor 技术在不停的发展, 同事已经用脚本自动化部署k8s集群, 以及使用helm部署分su的应用了. 简介 本文讲述的是调教 Helm 3 和 harbor 1.6+ 的经验,从 helm2 更新到 helm 3 并且将 charts 推送到 harbor 中进行存储

Helm - Kubernetes包管理专家

What is Helm? - The package manager for kubernetes, Helm is the best way to find, share, and use software built for kubernetes. Helm helps you manage Kubernetes applications - Helm Charts helps you define, install, and upgrade even the most complex K

如何使用Helm更新使用ConfigMap的应用程序

Helm让Kubernetes应用程序的管理工作变得毫不费力.Helm Charts使Kubernetes应用程序的安装和升级更加容易.本文将讨论Helm的一个极妙的技巧:如何使用Helm,简单快速地更新那些使用ConfigMap的应用程序. 更新部署 上图的示例就是一个部署的配置文件.我们假设它是用于运行应用程序的.您可以在spec.template部分下指定pod模板.现在,如果您想更新应用程序,则必须从此spec.template部分更改内容.这意味着,容器镜像更改之后,部署将更新,但sp

新 Terraform 提供商: F5 Networks, Nutanix, 腾讯云, Helm

OCT 18 2018?CHRIS GRIGGS We are pleased to announce that F5 Networks, Nutanix, Tencent Cloud and Helm providers are now available for?HashiCorp Terraform. This blog will detail the new providers and include links to additional resources. Terraform Pr

通过helm安装prometheus

github官方链接 https://github.com/helm/charts/tree/master/stable/prometheus 安装命令 $ helm install --name my-release stable/prometheus-operator 安装指定参数,比如prometheus和prometheus-operator的serivce type改为nodeport,默认为ClusterIP $ helm install --name my-release stab

Harbor 使用 Helm 一键安装

安装 Harbor Harbor 支持多种安装方式,源码目录下面默认有一个安装脚本(make/install.sh),采用 docker-compose 的形式运行 Harbor 各个组件,和前面的课程一样,我们这里依然还是将 Harbor 安装到 Kubernetes 集群中,如果我们对 Harbor 的各个组件之间的运行关系非常熟悉,同样的,我们可以自己手动编写资源清单文件进行部署,不过 Harbor 源码目录中也为我们提供了生成这些资源清单的脚本文件了(make/kubernetes/k8

helm的使用和redis、mq等公共组件的容器化实践

Helm的使用 1. Helm简介: 1. Helm的概念   Helm是Kubernetes的一个包管理工具,用来简化Kubernetes应用的部署和管理.可以把Helm比作CentOS的yum工具.  Helm有如下几个基本概念: Chart: 是Helm管理的安装包,里面包含需要部署的安装包资源.可以把Chart比作CentOS yum使用的rpm文件.每个Chart包含下面两部分: 包的基本描述文件Chart.yaml 放在templates目录中的一个或多个Kubernetes man

四、rancher-ha-安装配置Helm

注意helm使用需要kubectl,点击了解安装和配置kubectl. Helm是Kubernetes首选的包管理工具.Helmcharts为Kubernetes YAML清单文档提供模板语法.使用Helm,我们可以创建可配置的部署,而不仅仅是使用静态文件.有关创建自己的charts的更多信息,请查看https://helm.sh/文档.Helm有两个部分:Helm客户端(helm)和Helm服务端(Tiller). 1. 配置Helm客户端访问权限 Helm在集群上安装tiller服务以管理c