Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 640 Bytes

File metadata and controls

19 lines (12 loc) · 640 Bytes

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

  1. Open terminal (Ubuntu terminal if windows)
  2. Get Helm executable via official install script
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
  1. To confirm that Helm has been installed, check the helm version using
helm version