All Projects → helm → Helm

helm / Helm

Licence: apache-2.0
The Kubernetes Package Manager

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Helm

acceptance-testing
Acceptance test suite for the Helm client
Stars: ✭ 22 (-99.89%)
Mutual labels:  chart, charts, helm, cncf
Helm 2to3
This is a Helm v3 plugin which migrates and cleans up Helm v2 configuration and releases in-place to Helm v3
Stars: ✭ 431 (-97.93%)
Mutual labels:  helm, chart, cncf
charts
My helm charts
Stars: ✭ 15 (-99.93%)
Mutual labels:  chart, charts, helm
charts
☸️ Helm Charts for YOURLS
Stars: ✭ 12 (-99.94%)
Mutual labels:  chart, charts, helm
jitsi-scalable-helm
Scalable jitsi helm chart
Stars: ✭ 28 (-99.87%)
Mutual labels:  charts, helm
milvus-helm
The helm chart to deploy Milvus
Stars: ✭ 37 (-99.82%)
Mutual labels:  charts, helm
helm-nifi
Helm Chart for Apache Nifi
Stars: ✭ 124 (-99.41%)
Mutual labels:  charts, helm
Chart Releaser
Hosting Helm Charts via GitHub Pages and Releases
Stars: ✭ 253 (-98.79%)
Mutual labels:  helm, charts
Fl chart
A powerful Flutter chart library, currently supporting Line Chart, Bar Chart, Pie Chart, Scatter Chart and Radar Chart.
Stars: ✭ 3,882 (-81.38%)
Mutual labels:  chart, charts
K8s Tew
Kubernetes - The Easier Way
Stars: ✭ 269 (-98.71%)
Mutual labels:  helm, cncf
Anychart
AnyChart is a lightweight and robust JavaScript charting solution with great API and documentation. The chart types and unique features are numerous, the library works easily with any development stack.
Stars: ✭ 288 (-98.62%)
Mutual labels:  chart, charts
Charts
Bitnami Helm Charts
Stars: ✭ 4,439 (-78.71%)
Mutual labels:  helm, charts
Helm Charts
A curated set of Helm charts brought to you by codecentric
Stars: ✭ 295 (-98.58%)
Mutual labels:  helm, charts
towards5gs-helm
Open-source project providing Helm charts for deploying Free5GC and UERANSIM on a Kubernetes cluster
Stars: ✭ 53 (-99.75%)
Mutual labels:  chart, helm
awesome-canvas
Canvas资源库大全中文版。An awesome Canvas packages and resources.
Stars: ✭ 288 (-98.62%)
Mutual labels:  chart, charts
helm-charts
docs.renovatebot.com/helm-charts
Stars: ✭ 51 (-99.76%)
Mutual labels:  chart, helm
aks-terraform-helm
Showcase for Azure, AKS, Terraform, Helm and Let's Encrypt
Stars: ✭ 23 (-99.89%)
Mutual labels:  chart, helm
Reports kit
Beautiful, interactive charts and tables for Ruby on Rails
Stars: ✭ 349 (-98.33%)
Mutual labels:  chart, charts
helm-charts
Helm Charts
Stars: ✭ 24 (-99.88%)
Mutual labels:  chart, helm
charts
This repository is home to the original helm charts for products throughout the open data platform ecosystem.
Stars: ✭ 39 (-99.81%)
Mutual labels:  charts, helm

Helm

CircleCI Go Report Card GoDoc CII Best Practices

Helm is a tool for managing Charts. Charts are packages of pre-configured Kubernetes resources.

Use Helm to:

  • Find and use popular software packaged as Helm Charts to run in Kubernetes
  • Share your own applications as Helm Charts
  • Create reproducible builds of your Kubernetes applications
  • Intelligently manage your Kubernetes manifest files
  • Manage releases of Helm packages

Helm in a Handbasket

Helm is a tool that streamlines installing and managing Kubernetes applications. Think of it like apt/yum/homebrew for Kubernetes.

  • Helm renders your templates and communicates with the Kubernetes API
  • Helm runs on your laptop, CI/CD, or wherever you want it to run.
  • Charts are Helm packages that contain at least two things:
    • A description of the package (Chart.yaml)
    • One or more templates, which contain Kubernetes manifest files
  • Charts can be stored on disk, or fetched from remote chart repositories (like Debian or RedHat packages)

Install

Binary downloads of the Helm client can be found on the Releases page.

Unpack the helm binary and add it to your PATH and you are good to go!

If you want to use a package manager:

  • 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.
  • Snapcraft users can use snap install helm --classic

To rapidly get Helm up and running, start with the Quick Start Guide.

See the installation guide for more options, including installing pre-releases.

Docs

Get started with the Quick Start guide or plunge into the complete documentation

Roadmap

The Helm roadmap uses GitHub milestones to track the progress of the project.

Community, discussion, contribution, and support

You can reach the Helm community and developers via the following channels:

Code of conduct

Participation in the Helm community is governed by the Code of Conduct.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].