kube-explorer/deploy/kubectl/README.md
2023-04-11 11:07:14 +08:00

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)