{"id":20524035,"url":"https://github.com/ericlewis966/dashboard","last_synced_at":"2026-04-22T09:02:17.589Z","repository":{"id":150847576,"uuid":"359176567","full_name":"ericlewis966/DashBoard","owner":"ericlewis966","description":"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.","archived":false,"fork":false,"pushed_at":"2023-02-14T12:33:39.000Z","size":137257,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T00:48:18.646Z","etag":null,"topics":["cypress","dashboard","dashboards","golang","i18n","k8s","kubernetes","server","ssr"],"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/ericlewis966.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_CONTACTS","support":null,"governance":null}},"created_at":"2021-04-18T15:10:14.000Z","updated_at":"2023-09-26T09:14:08.000Z","dependencies_parsed_at":"2023-05-14T06:15:48.009Z","dependency_job_id":null,"html_url":"https://github.com/ericlewis966/DashBoard","commit_stats":null,"previous_names":["ericlewis966/dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericlewis966/DashBoard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericlewis966%2FDashBoard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericlewis966%2FDashBoard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericlewis966%2FDashBoard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericlewis966%2FDashBoard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericlewis966","download_url":"https://codeload.github.com/ericlewis966/DashBoard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericlewis966%2FDashBoard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32128704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cypress","dashboard","dashboards","golang","i18n","k8s","kubernetes","server","ssr"],"created_at":"2024-11-15T22:47:11.000Z","updated_at":"2026-04-22T09:02:17.572Z","avatar_url":"https://github.com/ericlewis966.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubernetes Dashboard\n\n[![Build Status](https://travis-ci.org/kubernetes/dashboard.svg?branch=master)](https://travis-ci.org/kubernetes/dashboard)\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[![GitHub release](https://img.shields.io/github/release/kubernetes/dashboard.svg)](https://github.com/kubernetes/dashboard/releases/latest)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/kubernetes/dashboard/blob/master/LICENSE)\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\n![Dashboard UI workloads page](docs/images/dashboard-ui.png)\n\n## Getting Started\n\n**IMPORTANT:** Read the [Access Control](docs/user/access-control/README.md) guide before performing any further steps. The default Dashboard deployment contains a minimal set of RBAC privileges needed to run.\n\nTo deploy Dashboard, execute following command:\n\n```sh\n$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-rc5/aio/deploy/recommended.yaml\n```\n\nTo access Dashboard from your local workstation you must create a secure channel to your Kubernetes cluster. Run the following command:\n\n```sh\n$ kubectl proxy\n```\nNow access Dashboard at:\n\n[`http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/`](\nhttp://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/).\n\n## Create An Authentication Token (RBAC)\nTo find out how to create sample user and log in follow [Creating sample user](docs/user/access-control/creating-sample-user.md) guide.\n\n**NOTE:**\n* Kubeconfig Authentication method does not support external identity providers or certificate-based authentication.\n* [metrics-server](https://github.com/kubernetes-sigs/metrics-server) has to be running in the cluster for the metrics and graphs to be available. Read more about it in [Integrations](docs/user/integrations.md) guide.\n\n## Documentation\n\nDashboard documentation can be found on [docs](docs/README.md) directory which contains:\n\n* [Common](docs/common/README.md): Entry-level overview\n* [User Guide](docs/user/README.md): [Installation](docs/user/installation.md), [Accessing Dashboard](docs/user/accessing-dashboard/README.md) and more for users\n* [Developer Guide](docs/developer/README.md): [Getting Started](docs/developer/getting-started.md), [Dependency Management](docs/developer/dependency-management.md) and more for anyone interested in contributing\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 contribution on the [Contributing Guidline](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%2Fericlewis966%2Fdashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericlewis966%2Fdashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericlewis966%2Fdashboard/lists"}