Tag

network proxy

1 views collected around this technical thread.

Cloud Native Technology Community
Cloud Native Technology Community
Mar 2, 2022 · Backend Development

Envoy Outbound Request Flow: Listener Startup, ReusePort Configuration, and Connection Establishment

This article provides an in‑depth analysis of Envoy's outbound request processing, covering listener initialization, the use of SO_REUSEPORT for load distribution, original destination handling, and the detailed steps of connection creation and filter chaining within the Envoy proxy architecture.

C++EnvoyListener
0 likes · 12 min read
Envoy Outbound Request Flow: Listener Startup, ReusePort Configuration, and Connection Establishment
Cloud Native Technology Community
Cloud Native Technology Community
Sep 17, 2020 · Operations

Introduction to Modern Network Load Balancing and Proxying

This article provides a comprehensive overview of modern network load balancing and proxying, covering concepts such as four‑layer and seven‑layer load balancers, service discovery, health checks, TLS termination, various deployment topologies, high‑availability designs, and emerging trends in cloud‑native environments.

Load Balancingdistributed systemsfour-layer
0 likes · 31 min read
Introduction to Modern Network Load Balancing and Proxying
Architects' Tech Alliance
Architects' Tech Alliance
Mar 3, 2020 · Cloud Native

Understanding Service Mesh: Evolution, Concepts, and Challenges

This article traces the evolution of Service Mesh from early microservice communication challenges through multiple generations of architectures, explains its role as a transparent infrastructure layer for service-to-service traffic, and discusses its benefits, language-agnostic nature, and current performance and operational trade‑offs.

Cloud Nativedistributed systemsmicroservices
0 likes · 8 min read
Understanding Service Mesh: Evolution, Concepts, and Challenges