Hacker News new | ask | show | jobs
by lunch 3344 days ago
Any reason you chose to use API Gateway for your edge instead of another Envoy with an ELB in front?
1 comments

Sorry, 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.