Add-on: dashboard
On all platforms, you can install the dashboard with one command:
To access the installed dashboard, you’ll need to follow the guide for the relevant platform:
To log in to the Dashboard, you will need the access token (unless RBAC has
also been enabled). This is generated randomly on deployment, so a few commands
are needed to retrieve it:
microk8s kubectl -n kube-system describe secret $token
In an RBAC enabled setup (microk8s enable rbac
) you need to create a user with
restricted permissions as detailed in the
upstream Dashboard access control documentation .
You can then access the Dashboard at .
For more information on , see the kubectl documentation.
To log in to the Dashboard, you will need the access token (unless RBAC has
also been enabled). This is generated randomly on deployment, so we can get it with this command:
In an RBAC enabled setup (microk8s enable rbac
) you need to create a user with
restricted permissions as detailed in the
.
Leave the proxy running and get the VM’s IP address:
multipass info MicroK8sVM | grep IPv4 | awk '{ print $2 }'
You can then access the Dashboard at .
Visit the upstream dashboard documentation to find out other ways to reach the Dashboard.