View on GitHub

docker-devbox

[DEV] Docker stacks to quickly setup a dev environment and test some tools.

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