Infrastructure layer handling service-to-service communication. Sidecar proxies (Envoy) handle: load balancing, retries, circuit breaking, mTLS, observability.
Control plane (Istio, Linkerd) configures sidecars. Benefits: consistent policies without code changes, language-agnostic. Trade-off: operational complexity, latency overhead, resource consumption.