I have the following scenario:
- AKS Kubernetes Cluster
- Traefik Ingress Controller
- Some apps deployed inside K8s, using IngressRoutes to have different routes
Now I want to have an Azure App Gateway in front of Traefik, which does TLS termination and routes every traffic to Traefik Ingress Controller. Unfortunately, I could not find the right configuration or any docs to make it happen. Can you guys hint me in the right direction?