Files
TechradarDev/radar/2021-01-01/service-mesh.md
2021-06-29 11:36:50 +02:00

831 B
Executable File

title, ring, quadrant
title ring quadrant
Service Mesh assess platforms-and-aoe-services

Service Mesh is a solution which makes service to service communications more comfortable and more secure in large microservice architectures. It decouples the routing part from the microservices which allows a service mesh implementation to offer features like:

  • Service Discovery (canary routing, a-b testing, etc.)
  • Resilience (circuit breaking, timeouts, etc.)
  • Observability (route metrics, traffic logging, etc.)
  • End-to-end encryption (mTLS)

service mesh implementations:

At AOE we are using service meshes in multiple projects and are assessing best-practises and service mesh implementations.