With the command helm version
, make sure that you have:
- Helm v3 installed
Add Maesh's chart repository to Helm:
helm repo add maesh https://containous.github.io/maesh/charts
You can update the chart repository by running:
helm repo update
helm install maesh maesh/maesh
helm install maesh --namespace=maesh maesh/maesh
helm install maesh --set "key1=val1,key2=val2,..." maesh/maesh
Where key1=val1
, key2=val2
, ...
are chart values that you can find at https://github.com/containous/maesh/blob/master/helm/chart/maesh/values.yaml.