Related Projects and Documentation

The Helm community has produced many extra tools, plugins, and documentationabout Helm. We love to hear about these projects. If you have anything you’dlike to add to this list, please open anissue or pullrequest.

Article, Blogs, How-Tos, and Extra Documentation

Video, Audio, and Podcast

Helm Plugins

Additional Tools

Tools layered on top of Helm.

  • Quay AppRegistry - Open Kubernetes application registry, including a Helm access client
  • Chartify - Generate Helm charts fromexisting Kubernetes resources.
  • VIM-Kubernetes - VIM pluginfor Kubernetes and Helm
  • Landscaper - “Landscaper takes a setof Helm Chart references with values (a desired state), and realizes this in aKubernetes cluster.”
  • Helmfile - Helmfile is a declarativespec for deploying helm charts
  • Autohelm - Autohelm is _another_simple declarative spec for deploying helm charts. Written in python andsupports git urls as a source for helm charts.
  • Helmsman - Helmsman is ahelm-charts-as-code tool which enablesinstalling/upgrading/protecting/moving/deleting releases from versioncontrolled desired state files (described in a simple TOML format).
  • Schelm - Render a Helm manifest to adirectory
  • Drone.io Helm Plugin - RunHelm inside of the Drone CI/CD system
  • Cog - Helm chart to deploy Cog onKubernetes
  • Monocular - Web UI for Helm Chartrepositories
  • Helm Chart Publisher -HTTP API for publishing Helm Charts in an easy way
  • Armada - Manage prefixed releasesthroughout various Kubernetes namespaces, and removes completed jobs forcomplex deployments. Used by theOpenstack-Helm team.
  • ChartMuseum - Helm ChartRepository with support for Amazon S3 and Google Cloud Storage
  • Codefresh - Kubernetes native CI/CD and managementplatform with UI dashboards for managing Helm charts and releases
  • Captain - A Helm3 Controller usingHelmRequest and Release CRD

Helm Included

Platforms, distributions, and services that include Helm support.

Misc

Grab bag of useful things for Chart authors and Helm users

  • Await - Docker image to “await” differentconditions–especially useful for init containers. MoreInfo