You 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.<p>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?".<p><a href="https://istio.io/" rel="nofollow">https://istio.io/</a>
Interesting tags on Github: <a href="https://github.com/envoyproxy/envoy" rel="nofollow">https://github.com/envoyproxy/envoy</a><p>Seems like it's the only cats-over-dogs project so far. But not for long ;)
Looks pretty neat. Our GRPC services are currently bundled with a JSON-REST proxy as well as a GRPC-WEB proxy in the service itself and then placed behind an NGINX k8s Ingress. This could be a really nice way to extract those proxies as a sidecar.
Last I looked, envoy is fantastically hard to build.
Have fun downloading, building and installing all these yourself: <a href="https://envoyproxy.github.io/envoy/install/requirements.html" rel="nofollow">https://envoyproxy.github.io/envoy/install/requirements.html</a>