Skip to content

taimir/dashboard

 
 

Repository files navigation

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.

Dashboard UI workloads page

Usage

It is likely that Dashboard is already installed on your cluster. To access it navigate in your browser to the following URL: https://<kubernetes-master>/ui.

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

And then navigate to https://<kubernetes-master>/ui

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.9%
  • Go 25.2%
  • HTML 12.7%
  • CSS 2.9%
  • Shell 0.3%