Service Mesh

Noun · Development · Origin: 2017

Definitions

  1. A dedicated infrastructure layer for managing service-to-service communication in a microservice architecture, handling load balancing, encryption, observability, and failure handling transparently. Istio and Linkerd are the major implementations.

    In plain English: An invisible layer of infrastructure that manages how different services in a system talk to each other — handling things like retries, encryption, and load balancing without changing the services themselves.

Related Terms