mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-09-13 21:51:20 +00:00
13 lines
209 B
Markdown
13 lines
209 B
Markdown
## Access Control Via Basic Auth
|
|
|
|
Deploy the kube-explorer workload:
|
|
|
|
```
|
|
kubectl create -f .
|
|
```
|
|
|
|
Configure for different IngressClass:
|
|
|
|
- [Nginx Ingress](./nginx-auth)
|
|
- [Traefik Ingress](./traefik-v2-auth)
|