mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-04-27 19:05:10 +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)
|