Analysis updated 2026-06-24
Give your team a web UI to browse pods, deployments and logs
Troubleshoot a misbehaving workload without dropping to kubectl
Stand up a read-only dashboard for non-ops folks to watch the cluster
| kubernetes-retired/dashboard | helm/charts | greyireland/algorithm-pattern | |
|---|---|---|---|
| Stars | 15,433 | 15,417 | 15,463 |
| Language | Go | Go | Go |
| Setup difficulty | moderate | hard | easy |
| Complexity | 4/5 | 1/5 | 2/5 |
| Audience | ops devops | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Project is archived, the maintained replacement is Headlamp, and install is Helm-only since v7.
Kubernetes Dashboard is a general-purpose, web-based interface for Kubernetes clusters, Kubernetes being the system that manages containers (packaged software) running across servers. The dashboard lets users manage and troubleshoot applications running in the cluster, as well as manage the cluster infrastructure itself. Important note: this project is now archived and no longer actively maintained due to a lack of maintainers. The README recommends using Headlamp (available at the kubernetes-sigs/headlamp repository) as an alternative. It was recently moved under the sig-ui group and is described as an easy-to-use and extensible Kubernetes web UI. For historical reference, as of version 7.0.0 the project dropped support for Manifest-based installation and moved to Helm-only installation. Helm is a package manager for Kubernetes that simplifies deploying software. The new setup uses a multi-container architecture with Kong, a gateway proxy, connecting the various containers and exposing the UI. Installation is done with two helm commands: adding the kubernetes-dashboard repository and then running helm upgrade --install to deploy it into a dedicated namespace. Documentation in the repository covers common setup, a user guide, how to access the dashboard after installation, access control (including how to create a sample login user), and a developer guide for anyone wanting to contribute. The project was licensed under Apache License 2.0.
Web UI for managing Kubernetes clusters and the workloads running on them. Project is now archived, the README points to Headlamp as a replacement.
Mainly Go. The stack also includes Go, Kubernetes, Helm.
Apache 2.0: you can use, modify and ship it freely, including in commercial products, as long as you keep the notice.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.