Update service-mesh.md

This commit is contained in:
bmsuseluda
2021-06-30 09:37:47 +02:00
committed by GitHub
parent ddc9fa6b20
commit 7fe6748dd0

View File

@@ -4,7 +4,7 @@ ring: assess
quadrant: platforms-and-aoe-services
---
**Service Mesh** is a solution which makes service to service communications more comfortable and more secure in large microservice architectures.
**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.)
@@ -17,4 +17,4 @@ service mesh implementations:
- [Kuma](https://kuma.io/)
- and many more...
At AOE we are using service meshes in multiple projects and are assessing best-practises and service mesh implementations.
At AOE we are using service meshes in multiple projects and are assessing best-practices and service mesh implementations.