Differences from Helm Classic:
- Helm now has both a client () and a server (
tiller
). The server runs inside of Kubernetes, and manages your resources. - Helm’s chart format has changed for the better:
- Dependencies are immutable and stored inside of a chart’s directory.
- Charts can be loaded from directories or from chart archive files
- Helm supports Go templates without requiring you to run
generate
or commands. - Helm makes it easy to configure your releases – and share the configuration with the rest of your team.
- The Helm workspace is gone. You can now work anywhere on your filesystem that you want to work.