Slide 128
Slide 128 text
Envoy Proxy
• Isolation.
• Immutability
• Efficient resource
utilization.
• Lightweight
• Portable
Out of process architecture: Let’s do a lot of really hard stuff in one place
• Modern C++11 code base: Fast and productive.
• L3/L4 Bilter architecture: A TCP proxy at its core. HTTP; MongoDB; Redis; TCP rate limiter
• HTTP L7 Bilter architecture.
• HTTP/2 and GRPC proxy.
• Service discovery and active health checking.
• Advanced load balancing: Retry, timeouts, circuit breaking, rate limiting, shadowing, etc
• Observability: stats, logging, and tracing.
• Edge proxy: routing and TLS.
• ...