$ microk8s enable dashboard dns registry istio
$ microk8s dashboard-proxy
Checking if Dashboard is running.
Dashboard will be available at https://N/A:10443
Use the following token to login:
:
error: unable to forward port because pod is not running. Current status=Failed
An error occurred when trying to execute 'sudo microk8s.kubectl port-forward -n kube-system service/kubernetes-dashboard 10443:443 --address 0.0.0.0' with 'multipass': returned exit code 1.
</pre>
*Ubuntuの場合、以下の kubernetes-dashboard へ直接ブラウザでアクセスすればOK
<pre>
$ kubectl get services --namespace=kube-system
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE