-
-
Notifications
You must be signed in to change notification settings - Fork 135
2.1. Dashboard
Rafał Lorenz edited this page Jun 30, 2019
·
7 revisions
The Dashboard UI is accessible at https://go-api-boilerplate.local/dashboard thanks to kubernetes-dashboard helm chart.
To see available tokens for login run:
kubectl -n kube-system describe secret $(kubectl -n kube-system get secret | grep admin-user | awk '{print $1}')