Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Authelia | 17,406 | 2 | 4 hours ago | 64 | October 28, 2019 | 99 | apache-2.0 | Go | ||
The Single Sign-On Multi-Factor portal for web apps | ||||||||||
Dashboard | 12,985 | 15 | 12 hours ago | 72 | July 07, 2023 | 157 | apache-2.0 | Go | ||
General-purpose web UI for Kubernetes clusters | ||||||||||
Authentik | 4,619 | 4 | 4 hours ago | 321 | August 05, 2023 | 435 | other | Python | ||
The authentication glue you need. | ||||||||||
Ml Workspace | 2,816 | 10 months ago | 5 | apache-2.0 | Jupyter Notebook | |||||
🛠 All-in-one web-based IDE specialized for machine learning and data science. | ||||||||||
Containerssh | 2,360 | 2 months ago | 15 | May 31, 2023 | 45 | apache-2.0 | Go | |||
ContainerSSH: Launch containers on demand | ||||||||||
Aws Iam Authenticator | 2,045 | 64 | 16 hours ago | 52 | August 10, 2023 | 30 | apache-2.0 | Go | ||
A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster | ||||||||||
Kubebox | 2,021 | 2 | 6 months ago | 30 | April 09, 2022 | 38 | mit | JavaScript | ||
⎈❏ Terminal and Web console for Kubernetes | ||||||||||
Traefik Forward Auth | 1,879 | a month ago | 1 | June 24, 2021 | 103 | mit | Go | |||
Minimal forward authentication service that provides Google/OpenID oauth based login and authentication for the traefik reverse proxy | ||||||||||
Kubelogin | 1,326 | 2 | 8 days ago | 113 | June 24, 2023 | 78 | apache-2.0 | Go | ||
kubectl plugin for Kubernetes OpenID Connect authentication (kubectl oidc-login) | ||||||||||
Starhackit | 1,287 | 4 | a day ago | 20 | September 22, 2016 | 13 | unlicense | JavaScript | ||
StarHackIt: React/Native/Node fullstack starter kit with authentication and authorisation, data backed by SQL, the infrastructure deployed with GruCloud |
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.
IMPORTANT: Read the Access Control guide before performing any further steps. The default Dashboard deployment contains a minimal set of RBAC privileges needed to run.
Kubernetes Dashboard supports both Helm and Manifest-based installation. Since release v3.0.0
using Helm Chart should be faster and simpler in general as it will install
dependencies such as cert-manager
, nginx-ingress-controller
and metrics-server
for you. In case you are using different software to handle certificates, ingress/egress traffic, etc.
it is possible to disable those dependencies by overriding helm chart values.
You can install Dashboard using Helm as described here.
You can install Dashboard using kubectl
as described in the installation instructions that can be found in the latest release.
You can access Dashboard as described in the instructions that can be found in the access guide.
To find out how to create sample user and log in follow Creating sample user guide.
NOTE:
Dashboard documentation can be found on docs directory which contains:
Learn how to engage with the Kubernetes community on the community page.
You can reach the maintainers of this project at:
Learn how to start contributing to the Contributing Guideline.
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.
Copyright 2019 The Kubernetes Dashboard Authors