Helm
The standard package manager for Kubernetes, letting you define, install, and upgrade even complex applications as versioned, reusable charts.
Overview
Helm packages a Kubernetes application's manifests, configuration, and dependencies into a single versioned "chart" that can be installed, upgraded, or rolled back with one command, instead of manually applying dozens of individual YAML files. A large public chart repository means most common software already has a ready-to-install Helm chart.
Helm is a fit for anyone deploying applications to Kubernetes who wants versioned, repeatable, parameterized installs rather than hand-managing raw manifests - it's the de facto standard packaging format that most other Kubernetes tools in this catalog, like Kong or Grafana, ship an official chart for.
- Categories
- DevOps
- Languages
- Go
- License
- Apache-2.0
Related Projects
Argo CD
Apache-2.0The leading GitOps continuous delivery tool for Kubernetes, automatically syncing your cluster state to match what's defined in git.
- DevOps
Ansible
GPL-3.0Radically simple IT automation platform for configuration management, deployment and orchestration.
- DevOps
Caddy
Apache-2.0Modern web server and reverse proxy with automatic HTTPS by default, built for simplicity compared to traditional web server configuration.
- DevOps
cert-manager
Apache-2.0Automates issuing, renewing, and managing TLS certificates for Kubernetes applications, eliminating manual certificate handling.
- DevOps
Spotted an error? Suggest an edit on GitHub.