Kubernetes dashboard for DevStats kubernetes deployment
- Run
./create_dashboard.sh. It creates Kubernetes dashboard exposed on localhost only. - Run
./get_token.shto get access token (this is executed bycreate_dashboard.shas a last step). Copytoken:value. - Run
./run_dashboard.shto createhttp://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/page. Navigate to this page and useTokenauthentication, paste token value and sign in. - Terminate
./run_dashboard.shto turn kubernetes dashboard off. - Run
./delete_dashboard.shto delete Kubernetes dashboard and all its resources (optional).