henrybell / advanced-kubernetes-bootcamp

Cloud Next 2018 -- Advanced Kubernetes Bootcamp code & config
Apache License 2.0
20 stars 19 forks source link

add helm in Cloud VM #2

Closed ameer00 closed 6 years ago

ameer00 commented 6 years ago

steps to install helm on Debain:

curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > get_helm.sh chmod 700 get_helm.sh ./get_helm.sh