Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 996 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 996 Bytes

Kubernetes Dashboard

Build Status

Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster, troubleshoot them, as well as manage the cluster itself.

Usage

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 src/deploy/kubernetes-dashboard.yaml

Documentation

License

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:

http://www.apache.org/licenses/LICENSE-2.0