A service mesh (Istio, Linkerd) moves cross-cutting networking concerns — retries, timeouts, mTLS, traffic routing, observability — out of application code and into a network infrastructure layer of sidecar proxies.
How it works
Each service instance runs next to a (e.g., Envoy). All traffic flows through the proxies, which form the ; a configures them.
