Jump to content

Service mesh

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by ClockworkSoul (talk | contribs) at 13:06, 26 August 2019 (New stub for an article I'm surprised is missing.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In software architecture, a service mesh is a dedicated infrastructure layer for facilitating for service-to-service communications between microservices, often using a sidecar proxy.

Having such a dedicated communication layer can provide a number of benefits, such as providing observability into communications, providing secure connections, or automating retries and backoff for failed requests.

Implementations

References