service mesh

term

cloudnetworking

A dedicated layer that manages service-to-service communication inside a cluster.

A service mesh (such as Istio or Linkerd) moves retries, encryption, routing, and observability out of application code and into sidecar proxies, giving uniform control over east-west traffic. It trades some complexity for consistency across many services.

Also known as: service-mesh, istio, linkerd

All glossary entries