Helm
Helm is a package manager for Kubernetes that simplifies the management of Kubernetes applications. You do not need to have detailed knowledge of either Kubernetes or Helm to use this project, but you may find it useful to review their basic documentation to become familiar with their key concepts and terminology.
Setup Guide
Open terminal (Ubuntu terminal if windows)
Get Helm executable via official install script
3. To confirm that Helm has been installed, check the helm version using
Last updated