1. Intro

2. Install

# run at host
$ microk8s enable helm3
$ microk8s helm3 version

# run at client
$ brew install helm
$ helm version

# update helm repo
$ helm repo add stable <https://charts.helm.sh/stable>
$ helm repo update

# check apps
$ helm ls --all-namespaces

Reference