kubernetes-dashboard
Container running Kubernetes Dashboard :
Usage with Kubernetes
- Read k8s-install.sh and run :
# To get kubernetes-dashboard on https://kube-dashboard.dev.localhost
bash k8s-install.sh
# To get kubernetes-dashboard on https://kube-dashboard.example.net
DEVBOX_HOSTNAME=example.net bash k8s-install.sh
-
Get admin-user token :
kubectl -n kubernetes-dashboard create token admin-user
-
Open https://kube-dashboard.dev.localhost
Note that you could also use
kubectl proxy
with http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/
Resources
- kubernetes.io - Tableau de bord (Dashboard)
- github.com - kubernetes/dashboard
- sysdogs.com - How to deploy Kubernetes Dashboard? (deals with ingress exposition with nginx / cert-manager)