Alternatives to Helm

A package manager for Kubernetes that installs, upgrades and rolls back applications described as charts. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as Helm.

  • Kustomize

    A template-free tool for customising Kubernetes YAML configurations without forking them.

    Kustomize customises plain Kubernetes YAML without templates and is built into kubectl, but it has no chart packaging, release history or rollback commands.

Similar software

Related functionality, not a direct replacement.