How to install applications like helm on microk8s?

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 .

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like