Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself.
The Dashboard is currently under active development and is not ready for production use (yet!). To run the latest unstable version execute the following command:
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard-canary.yaml
-
The Design overview describes design concepts of Dashboard
-
The Developer guide is for anyone wanting to contribute to Dashboard
The work done has been licensed under Apache License 2.0. The license file can be found here. You can find out more about the license at: