Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Helm | 24,366 | 577 | 21 hours ago | 289 | September 12, 2022 | 599 | apache-2.0 | Go | ||
The Kubernetes Package Manager | ||||||||||
Lens | 21,054 | 2 days ago | 893 | other | TypeScript | |||||
Lens - The way the world runs Kubernetes | ||||||||||
Charts | 15,501 | a year ago | 1 | apache-2.0 | Go | |||||
⚠️(OBSOLETE) Curated applications for Kubernetes | ||||||||||
Charts | 7,234 | 6 hours ago | 178 | apache-2.0 | Mustache | |||||
Bitnami Helm Charts | ||||||||||
Autoscaler | 6,850 | 54 | 3 days ago | 201 | September 14, 2022 | 190 | apache-2.0 | Go | ||
Autoscaling components for Kubernetes | ||||||||||
Helm Charts | 3,912 | a day ago | 116 | apache-2.0 | Mustache | |||||
Prometheus community Helm charts | ||||||||||
Arkade | 3,563 | 2 | a day ago | 31 | April 24, 2021 | 83 | mit | Go | ||
Open Source Marketplace For Developer Tools | ||||||||||
Chartmuseum | 3,210 | 2 | 4 days ago | 42 | June 30, 2022 | 106 | apache-2.0 | Go | ||
helm chart repository server | ||||||||||
Awesome Apache Airflow | 3,060 | 9 months ago | 2 | Shell | ||||||
Curated list of resources about Apache Airflow | ||||||||||
Spark On K8s Operator | 2,343 | 21 | 6 days ago | 18 | April 24, 2021 | 485 | apache-2.0 | Go | ||
Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes. |
Helm is a tool for managing Charts. Charts are packages of pre-configured Kubernetes resources.
Use Helm to:
Helm is a tool that streamlines installing and managing Kubernetes applications. Think of it like apt/yum/homebrew for Kubernetes.
Chart.yaml
)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:
brew install helm
.choco install kubernetes-helm
.scoop install helm
.gofish install helm
.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.
Get started with the Quick Start guide or plunge into the complete documentation
The Helm roadmap uses GitHub milestones to track the progress of the project.
You can reach the Helm community and developers via the following channels:
Participation in the Helm community is governed by the Code of Conduct.