|
|
|
|
|
by ConfucianNardin
3185 days ago
|
|
It's mainly meant for communication between your microservices. 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 |
|