Service Mesh

A service mesh is a configurable infrastructure layer for a microservices application. It makes communication between service instances flexible, reliable, and fast. The mesh provides service discovery, load balancing, encryption, authentication and authorization, support for the circuit breaker pattern, and other capabilities.

Examples of services meshes today, include: Istio, Conduit, LinkerD

Source: https://www.nginx.com/blog/what-is-a-service-mesh/

Position on the Adoption Curve

Presentations about Service Mesh

Interviews