6 ms·
Any reason you chose to use API Gateway for your edge instead of another Envoy with an ELB in front?
by lunch 9y ago
Any reason you chose to use API Gateway for your edge instead of another Envoy with an ELB in front?
- rdli 9y agoSorry, I wasn't clear. I was referring to using Envoy as an API gateway, not a specific API gateway product. We had to write some wrapper code on top of Envoy that lets you use a REST API to map URLs to services running in your Kube cluster and then dynamically update Envoy config, etc.