Giter Site home page Giter Site logo

lzbgt / dashboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kubernetes/dashboard

0.0 3.0 0.0 96.51 MB

General-purpose web UI for Kubernetes clusters

License: Apache License 2.0

JavaScript 50.41% Shell 0.23% XSLT 0.08% Go 31.79% CSS 2.16% HTML 15.33%

dashboard's Introduction

Kubernetes Dashboard

Build Status Coverage Status Go Report Card GitHub release Greenkeeper badge

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

Deployment

It is likely that the Dashboard is already installed on your cluster. Check with the following command:

$ kubectl get pods --all-namespaces | grep dashboard

If it is missing, you can install the latest stable release by running the following command:

$ kubectl create -f https://git.io/kube-dashboard

If you are using Dashboard on a cluster with disabled authorization, you can install the latest stable release by running the following command:

$ kubectl create -f https://git.io/kube-dashboard-no-rbac

You can also install unstable HEAD builds with the newest features that the team works on by following the development guide.

Note that for the metrics and graphs to be available you need to have Heapster running in your cluster.

Usage

The easiest way to access Dashboard is to use kubectl. Run the following command in your desktop environment:

$ kubectl proxy

kubectl will handle authentication with apiserver and make Dashboard available at http://localhost:8001/ui

The UI can only be accessed from the machine where the command is executed. See kubectl proxy --help for more options.

Alternative Usage

You may access the UI directly via the apiserver proxy. Open a browser and navigate to https://<kubernetes-master>/ui.

Please note that this works only if the apiserver is set up to allow authentication with username and password or certificates, however certificates require some manual steps to be installed in the browser. This is not currently the case with the setup tool kubeadm. See documentation if you want to configure it manually.

If the username and password is configured but unknown to you, then use kubectl config view to find it.

Compatibility matrix

Kubernetes 1.4 Kubernetes 1.5 Kubernetes 1.6 Kubernetes 1.7
Dashboard 1.4
Dashboard 1.5
Dashboard 1.6    ✕             ✕             ✓             ?            
Dashboard HEAD ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work in Dashboard (logs, search etc.).
  • Unsupported version range.

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

dashboard's People

Contributors

bryk avatar greenkeeperio-bot avatar maciaszczykm avatar floreks avatar cheld avatar digitalfishpond avatar rf232 avatar yamagami-takuma avatar mgr01 avatar f-higashi avatar draiken avatar batikanu avatar kenan435 avatar pewu avatar ianlewis avatar greenkeeper[bot] avatar gertipoppel avatar zouyee avatar riverzhang avatar lenartj avatar danielromlein avatar cnwalker avatar taimir avatar hougangliu avatar mlamina avatar marians avatar zhouhaibing089 avatar luxas avatar olekzabl avatar wxb0521 avatar

Watchers

James Cloos avatar Bruce.Lu avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.