Skip to content

Easily accessible Kubernetes dashboard #70

Bart Jeukendrup requested to merge feature/70-kubernetes-dashboard into master

Changes

How to use

Provision the dashboard with:

mkdir /opt/haven/state/addons/kubernetes-dashboard
cp addons/kubernetes-dashboard/dist/kubernetes-dashboard.host /opt/haven/state/addons/kubernetes-dashboard/kubernetes-dashboard.host
bash addons/kubernetes-dashboard/provision.sh

and follow the instructions. The dashboard is now available through https://kubernetes-dashboard.dev.haven.vng.cloud/

Make sure you have proper access rights on the cluster to view contents:

kubectl create clusterrolebinding me-cluster-admin --clusterrole=cluster-admin --user=oidc:my@example.com

View the status of the dashboard with:

bash addons/kubernetes-dashboard/status.sh

Delete the dashboard with:

bash addons/kubernetes-dashboard/destroy.sh

image

Edited by Bart Jeukendrup

Merge request reports