Navigate:
~$ENVOY0.5%

Envoy: Cloud-native high-performance service proxy

Cloud-native edge and service proxy with advanced load balancing, observability, and security features.

LIVE RANKINGS • 12:18 PM • STEADY
OVERALL
#128
142
NETWORKING
#9
4
30 DAY RANKING TREND
ovr#128
·Netwo#9
STARS
27.7K
FORKS
5.3K
7D STARS
+142
7D FORKS
+16
See Repo:
Share:

Learn more about Envoy

Envoy is a Layer 7 proxy and communication bus built for large modern service-oriented architectures. It operates as a sidecar proxy alongside application services, handling network communication with features like load balancing, service discovery, health checking, and traffic management. The proxy is implemented in C++ and designed for high throughput and low latency in production environments. Envoy is commonly used in service mesh architectures, API gateways, and as an edge proxy for microservices deployments.

Envoy

1

Dynamic Configuration

Supports runtime configuration updates through APIs without requiring restarts. Configuration changes can be applied dynamically while maintaining active connections.

2

Advanced Observability

Provides detailed metrics, distributed tracing, and access logging out of the box. Includes built-in support for various observability backends and protocols.

3

Hot Restart

Allows binary updates and configuration changes without dropping connections. New processes can take over from old ones seamlessly during updates.



vv1.37.0

Major dynamic modules expansion with new filter types, HTTP/2 performance optimizations, and container-aware CPU detection.

  • Added support for network, listener, UDP listener, and access logger filters
  • Introduced streaming HTTP callouts to HTTP filters
  • Enhanced ABI for streaming body manipulation and header operations
  • Added global module loading and improved module search path handling
  • Container-aware CPU detection for improved resource utilization in containerized environments
vv1.36.4

Resolves dependency CVEs including c-ares security updates.

  • Security updates
  • c-ares/CVE-2025-0913
vv1.36.3

Critical security fixes for JWT authentication crashes, TLS certificate matching, and request smuggling.

  • CVE-2025-64527: Envoy crashes when JWT authentication is configured with the remote JWKS fetching
  • CVE-2025-66220: TLS certificate matcher may incorrectly treat certificates containing an embedded null byte
  • CVE-2025-64763: Potential request smuggling from early data after the CONNECT upgrade


[ EXPLORE MORE ]

Related Repositories

Discover similar tools and frameworks used by developers