Baike.dev
All toolsTrendingOpen sourceNewsSubmit
Log in
< 返回工具列表
D

dashboard

> 编程语言
开源

General-purpose web UI for Kubernetes clusters

15.4K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

General-purpose web UI for Kubernetes clusters

Kubernetes Dashboard

IMPORTANT

This project is now archived and no longer maintained due to lack of active maintainers and contributors.

Thank you to everyone who used, starred, or contributed to this project! Feel free to fork this repository if you want to continue development yourself.

Please consider using Headlamp instead. It was recently moved under the sig-ui. From the creators:

Headlamp is an easy-to-use and extensible Kubernetes web UI.

Introduction

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.

As of version 7.0.0, we have dropped support for Manifest-based installation. Only Helm-based installation is supported now. Due to multi-container setup and hard dependency on Kong gateway API proxy it would not be feasible to easily support Manifest-based installation.

Additionally, we have changed the versioning scheme and dropped appVersion from Helm chart. It is because, with a multi-container setup, every module is now versioned separately. Helm chart version can be considered an app version now.

Installation

Kubernetes Dashboard supports only Helm-based installation currently as it is faster and gives us better control over all dependencies required by Dashboard to run. We now use a single-container, DBless Kong installation as a gateway that connects all our containers and exposes the UI. Users can then use any ingress controller or proxy in front of kong gateway. To find out more about ways to customize your installation check out helm chart values.

In order to install Kubernetes Dashboard simply run:

# Add kubernetes-dashboard repository
helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
# Deploy a Helm Release named "kubernetes-dashboard" using the kubernetes-dashboard chart
helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboard

For more information about our Helm chart visit ArtifactHub.

Documentation

Dashboard documentation can be found in the docs directory which contains:

  • Common: Entry-level overview.
  • User Guide: Helpful information for users.
  • How to access Dashboard - Everything you need to know to get access to you Kubernetes Dashboard instance after installation.
  • Access Control: Find out how to control access to your Kubernetes Dashboard and create sample user that can be used to log in.
  • Developer Guide: Important information for contributors that would like to test, run and work on Dashboard locally.

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:

  • #sig-ui on Kubernetes Slack
  • kubernetes-sig-ui mailing list
  • Issue tracker
  • SIG info
  • Roles

Contribution

Learn how to start contributing to the Contributing Guideline.

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

核心特点

  • •Common: Entry-level overview.
  • •User Guide: Helpful information for users.
  • •How to access Dashboard - Everything you need to know to get access to you Kubernetes Dashboard instance after installation.
  • •Access Control: Find out how to control access to your Kubernetes Dashboard and create sample user that can be used to log in.
  • •Developer Guide: Important information for contributors that would like to test, run and work on Dashboard locally.
  • •#sig-ui on Kubernetes Slack
  • •kubernetes-sig-ui mailing list
  • •Issue tracker
  • •SIG info

> 标签

Go

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月9日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言
Baike.dev

baike.dev helps you discover great languages, frameworks, databases, DevOps and cloud-native tools.

Quick links

  • Home
  • All tools
  • Trending
  • Open source

About

  • About us
  • Community
  • News

Contribute

Found a great developer tool? Share it with the community.

Submit a tool
© 2026 baike.dev Developer EncyclopediaUpdated daily · Discover great developer tools