Files
TechradarDev/radar/2021-07-01/service-mesh.md
Daniel Pötzinger bcf1ead9b3 documentation: Add tags to all featured blibs (#139)
* documentation: add tags to all featured blips
2022-11-18 11:39:23 +01:00

870 B

title, ring, quadrant, tags
title ring quadrant tags
Service Mesh assess platforms-and-aoe-services
architecture
devops
security

Service Mesh is a solution which makes service to service communication 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-practices and service mesh implementations.