What's a good Kubernetes Ingress Architecture on Azure?
If you could start on a green field, which ingress architecture would you go with? Here are a few constraints:
- Single region deployment
- No legacy Ingress API
- Preferably WAF builtin
Here are some options I considered so far:
- Option 1: Azure Application Gateway for Containers
- Option 2: Envoy Gateway
- Option 3: Traefik
Azure Application Gateway for Containers is a new offering from Azure that uses Gateway API. Would be interesting to hear any experience from people who are actually running it in production.
If you have any good references/comparisons, would be curious the read them.
u/jsattler_ — 3 days ago