Envoy: Modern Proxy server with HTTP 1.1 and 2, GRPC supported reverse proxy
envoyproxy.github.io
Envoy: Modern Proxy server with HTTP 1.1 and 2, GRPC supported reverse proxy
1–10 of 24 posts
Re: Envoy: Modern Proxy server with HTTP 1.1 and 2, GRPC supported reverse proxy
#2Re: Envoy: Modern Proxy server with HTTP 1.1 and 2, GRPC supported reverse proxy
#3It isn't very clear to me yet what this does. Is it like nginx for containers or is it more than that?
Envoy is a self contained process that is designed to run alongside every application server. All of the Envoys form a transparent communication mesh in which each application sends and receives messages to and from localhost and is unaware of the network topology.
and
Although Envoy is primarily designed as a service to service communication system, there is benefit in using the same software at the edge (observability, management, identical service discovery and load balancing algorithms, etc.). Envoy includes enough features to make it usable as an edge proxy for most modern web application use cases.
both from https://envoyproxy.github.io/envoy/intro/what_is_envoy.html
Re: Envoy: Modern Proxy server with HTTP 1.1 and 2, GRPC supported reverse proxy
#4Seems like it's the only cats-over-dogs project so far. But not for long ;)
Re: Envoy: Modern Proxy server with HTTP 1.1 and 2, GRPC supported reverse proxy
#5It isn't very clear to me yet what this does. Is it like nginx for containers or is it more than that?
Re: Envoy: Modern Proxy server with HTTP 1.1 and 2, GRPC supported reverse proxy
#6The Istio home page probably does a better job of explaining "why?" than the envoy home page; the envoy home page is better at explaining "what?".
Re: Envoy: Modern Proxy server with HTTP 1.1 and 2, GRPC supported reverse proxy
#7You can also find more information about Envoy on the Istio home page. Istio basically packages up Envoy for Kubernetes and Docker Swarm, and helps with the management of it. The Istio home page probably does a better job of explaining "why?" than the envoy home page; the envoy home page is better at explaining "what?". https://istio.io/
Re: Envoy: Modern Proxy server with HTTP 1.1 and 2, GRPC supported reverse proxy
#8Re: Envoy: Modern Proxy server with HTTP 1.1 and 2, GRPC supported reverse proxy
#9Re: Envoy: Modern Proxy server with HTTP 1.1 and 2, GRPC supported reverse proxy
#10Last I looked, envoy is fantastically hard to build. Have fun downloading, building and installing all these yourself: https://envoyproxy.github.io/envoy/install/requirements.html