Skip to content
FindOpenSource

Envoy

High-performance proxy built for cloud-native applications, serving as the foundational data plane for many modern service meshes and API gateways.

Overview

Envoy is a proxy designed specifically for microservices architectures, handling load balancing, service discovery, retries, circuit breaking, and detailed observability at the network layer - originally built at Lyft and now one of the most widely deployed pieces of cloud-native infrastructure. Rather than being used directly by most developers, it typically runs underneath higher-level tools.

Envoy is a fit for platform teams building custom networking infrastructure, and it's worth knowing about even for teams that don't configure it directly, since it powers the data plane of Istio and several API gateways already in this catalog.

Categories
DevOps
Keywords
proxyservice-meshload-balancingcloud-native-networking
Languages
C++
License
Apache-2.0

Spotted an error? Suggest an edit on GitHub.