In order to install applications like helm on Kubernetes on Google Cloud (gCloud) I start a cloud shell from the dashboard. How would one do that or install helm in a different way on microk8s?
I'm using microk8s 1.14 on Ubuntu 18.10.
1 Answer
Apparently helm is installed on the local Kubernetes cluster by using the command helm init and others locally. For specific installation instructions see .