Skip to content

kubernetes/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Marcin Maciaszczykk8s-ci-robot
Marcin Maciaszczyk
and
Jan 9, 2020
2c2b51e · Jan 9, 2020
Jul 1, 2019
Jan 9, 2020
Oct 17, 2019
Jan 9, 2020
Jan 9, 2020
Jan 9, 2020
Jan 15, 2018
Jan 15, 2018
Jan 4, 2018
Aug 1, 2019
Jul 25, 2019
Sep 5, 2019
Jul 19, 2019
Jan 15, 2018
Dec 13, 2019
Nov 27, 2019
Oct 16, 2015
Feb 6, 2019
Nov 28, 2019
Jan 9, 2020
Dec 21, 2018
Mar 8, 2019
Oct 24, 2019
Dec 27, 2018
Aug 1, 2019
Oct 2, 2019
Oct 2, 2019
Jan 15, 2018
Jan 9, 2020
Jan 9, 2020
Dec 6, 2018
Jul 19, 2019

Repository files navigation

Kubernetes Dashboard

Build Status Go Report Card Coverage Status GitHub release License

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

Getting Started

IMPORTANT: Read the Access Control guide before performing any further steps. The default Dashboard deployment contains a minimal set of RBAC privileges needed to run.

To deploy Dashboard, execute following command:

$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-rc1/aio/deploy/recommended.yaml

To access Dashboard from your local workstation you must create a secure channel to your Kubernetes cluster. Run the following command:

$ kubectl proxy

Now access Dashboard at:

http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/.

Create An Authentication Token (RBAC)

To find out how to create sample user and log in follow Creating sample user guide.

NOTE:

  • Kubeconfig Authentication method does not support external identity providers or certificate-based authentication.
  • Dashboard can only be accessed over HTTPS
  • Heapster has to be running in the cluster for the metrics and graphs to be available. Read more about it in Integrations guide.

Documentation

Dashboard documentation can be found on docs directory which contains:

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Contribution

Learn how to start contribution on the Contributing Guidline

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

License

Apache License 2.0


Copyright 2019 The Kubernetes Dashboard Authors