{"id":13396716,"url":"https://github.com/kubernetes/dashboard","last_synced_at":"2025-05-12T18:33:48.104Z","repository":{"id":37359281,"uuid":"44350607","full_name":"kubernetes/dashboard","owner":"kubernetes","description":"General-purpose web UI for Kubernetes clusters","archived":false,"fork":false,"pushed_at":"2025-04-22T08:42:52.000Z","size":184067,"stargazers_count":14852,"open_issues_count":161,"forks_count":4214,"subscribers_count":272,"default_branch":"master","last_synced_at":"2025-04-24T00:37:20.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kubernetes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-10-15T23:09:14.000Z","updated_at":"2025-04-23T15:44:41.000Z","dependencies_parsed_at":"2023-10-03T12:54:48.382Z","dependency_job_id":"6be4204c-fce0-4d45-b0ab-543955fb11a2","html_url":"https://github.com/kubernetes/dashboard","commit_stats":{"total_commits":4335,"total_committers":384,"mean_commits":11.2890625,"dds":0.7803921568627451,"last_synced_commit":"6d93b0d73cce9d082081fb71759e6fd472e529c5"},"previous_names":["kubernetes/console"],"tags_count":136,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes%2Fdashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes%2Fdashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes%2Fdashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes%2Fdashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubernetes","download_url":"https://codeload.github.com/kubernetes/dashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252525316,"owners_count":21762269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T18:01:00.887Z","updated_at":"2025-05-05T15:42:55.112Z","avatar_url":"https://github.com/kubernetes.png","language":"Go","funding_links":[],"categories":["Go","Tools","HarmonyOS","others","Dashboards \u0026 Portals","Tools and Libraries","Web UIs That Will Run On Linux Machines","🏗相关开源项目","☁️ Cloud Platforms \u0026 Infrastructure"],"sub_categories":["Monitoring","Windows Manager","Monitoring, Alerts, and Visualization","本地服务发现","Tools"],"readme":"# Kubernetes Dashboard\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/kubernetes/dashboard)](https://goreportcard.com/report/github.com/kubernetes/dashboard)\n[![Coverage Status](https://codecov.io/github/kubernetes/dashboard/coverage.svg?branch=master)](https://codecov.io/github/kubernetes/dashboard?branch=master)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/kubernetes/dashboard/blob/master/LICENSE)\n\n## Introduction\n\nKubernetes 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.\n\nAs 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\nit would not be feasible to easily support Manifest-based installation.\n\nAdditionally, 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\ncan be considered an app version now.\n\n![Dashboard UI workloads page](docs/images/overview.png)\n\n## Installation\n\nKubernetes Dashboard supports only Helm-based installation currently as it is faster and gives us better control\nover all dependencies required by Dashboard to run. We now use a single-container, DBless [Kong](https://hub.docker.com/r/kong/kong-gateway) installation\nas a gateway that connects all our containers and exposes the UI. Users can then use any ingress controller or proxy\nin front of kong gateway. To find out more about ways to customize your installation check out [helm chart values](charts/kubernetes-dashboard/values.yaml).\n\nIn order to install Kubernetes Dashboard simply run:\n```console\n# Add kubernetes-dashboard repository\nhelm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/\n# Deploy a Helm Release named \"kubernetes-dashboard\" using the kubernetes-dashboard chart\nhelm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboard\n```\n\nFor more information about our Helm chart visit [ArtifactHub](https://artifacthub.io/packages/helm/k8s-dashboard/kubernetes-dashboard).\n\n## Documentation\n\nDashboard documentation can be found in the [docs](docs/README.md) directory which contains:\n\n* [Common](docs/common/README.md): Entry-level overview.\n* [User Guide](docs/user/README.md): Helpful information for users.\n* [How to access Dashboard](docs/user/accessing-dashboard/README.md) - Everything you need to know to get access to you Kubernetes Dashboard instance after installation.\n* [Access Control](docs/user/access-control/README.md): Find out how to control access to your Kubernetes Dashboard and [create sample user](docs/user/access-control/creating-sample-user.md) that can be used to log in.\n* [Developer Guide](DEVELOPMENT.md): Important information for contributors that would like to test, run and work on Dashboard locally.\n\n## Community, discussion, contribution, and support\n\nLearn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).\n\nYou can reach the maintainers of this project at:\n\n* [**#sig-ui on Kubernetes Slack**](https://kubernetes.slack.com)\n* [**kubernetes-sig-ui mailing list** ](https://groups.google.com/forum/#!forum/kubernetes-sig-ui)\n* [**Issue tracker**](https://github.com/kubernetes/dashboard/issues)\n* [**SIG info**](https://github.com/kubernetes/community/tree/master/sig-ui)\n* [**Roles**](ROLES.md)\n\n### Contribution\n\nLearn how to start contributing to the [Contributing Guideline](CONTRIBUTING.md).\n\n### Code of conduct\n\nParticipation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).\n\n## License\n\n[Apache License 2.0](https://github.com/kubernetes/dashboard/blob/master/LICENSE)\n\n----\n_Copyright 2019 [The Kubernetes Dashboard Authors](https://github.com/kubernetes/dashboard/graphs/contributors)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubernetes%2Fdashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubernetes%2Fdashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubernetes%2Fdashboard/lists"}