Envoy as an API Gateway: Part II

1 · Evgeny Khabarov · Oct. 3, 2021, 2 p.m.
Outcome What is Envoy proxy? What is the protobuf descriptor set? Configuration: envoy.yaml Envoy admin interface Static configuration Listeners Filter chains: HTTP connection manager Access log settings Routes matching HTTP filters: gRPC-JSON transcoder Clusters BUILD file Outcome In this part we’re going to build Envoy container with all necessary information for transcodging inside. What is Envoy proxy? Evnoy proxy is a open source edge and service proxy (whatever that means)....