Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.16 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.16 KB

kubernetes-dashboard

Container running Kubernetes Dashboard :

kube-dashboard-screenshot.png

Usage with Kubernetes

# 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

Note that you could also use kubectl proxy with http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/

Resources