Architecture & Deployment
Infrastructure layer for service-to-service communication via sidecars
Delegate mTLS, retries, timeouts, circuit breaking, traffic shaping, and telemetry to a data-plane proxy with a centralized control plane.
When you have many services requiring uniform policies, mTLS, and advanced L7 routing with rich observability.
Large fleets of microservices needing consistent traffic policy and observability.
# Mesh high-level
svcA <-> sidecarA ==mTLS== sidecarB <-> svcB
control-plane -> sidecars (policy, certs)
mTLS, traffic policy, telemetry via Envoy
Large K8s clustersLightweight, secure service mesh
Latency-sensitive servicesMesh + service discovery across platforms
Hybrid/multi-cloudPer-pod sidecars; centralized control plane
High - Mesh operations and policy
Medium to High - Resource overhead