Draiken / dashboard

General-purpose web UI for Kubernetes clusters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Dashboard

Build Status Coverage Status Go Report Card

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.

Usage

It is likely that Dashboard is already installed on your cluster. To access it navigate in your browser to one of the following URLs: https://<kubernetes-master>/ui which redirects to https://<kubernetes-master>/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard.

If you find that you’re not able to access the Dashboard you can install and open the latest stable release by running the following commands:

kubectl create -f https://rawgit.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard.yaml
kubectl proxy --port=9090

And then navigate to http://localhost:9090/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard

If it asks password, use $ kubectl config view to find it.

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

About

General-purpose web UI for Kubernetes clusters

License:Apache License 2.0


Languages

Language:JavaScript 58.9%Language:Go 26.0%Language:HTML 11.1%Language:CSS 3.6%Language:Shell 0.4%