2022-08-16 09:40:54 +00:00
|
|
|
Traefik Ingress Controller:
|
|
|
|
|
|
|
|
```
|
2022-09-11 13:24:35 +00:00
|
|
|
kubectl create namespace traefik
|
2022-08-16 09:40:54 +00:00
|
|
|
helm template --include-crds -n traefik --release-name k6 traefik/traefik -f values.yml > application.yml
|
2023-07-28 09:21:50 +00:00
|
|
|
kubectl apply -n traefik -f application.yml -f application-extras.yml -f whoami.yml
|
2022-08-16 09:40:54 +00:00
|
|
|
```
|