# devstats-kubernetes-dashboard **Repository Path**: cncf/devstats-kubernetes-dashboard ## Basic Information - **Project Name**: devstats-kubernetes-dashboard - **Description**: 📈Kubernetes dashboard for DevStats kubernetes deployment - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-25 - **Last Updated**: 2025-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # devstats-kubernetes-dashboard Kubernetes dashboard for DevStats kubernetes deployment # Usage - Run `./create_dashboard.sh`. It creates Kubernetes dashboard exposed on localhost only. - Run `./get_token.sh` to get access token (this is executed by `create_dashboard.sh` as a last step). Copy `token: ` value. - Run `./run_dashboard.sh` to create `http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/` page. Navigate to this page and use `Token` authentication, paste token value and sign in. - Terminate `./run_dashboard.sh` to turn kubernetes dashboard off. - Run `./delete_dashboard.sh` to delete Kubernetes dashboard and all its resources (optional).