diff --git a/radar/2021-01-01/service-mesh.md b/radar/2021-01-01/service-mesh.md index 777905b..13e8e27 100755 --- a/radar/2021-01-01/service-mesh.md +++ b/radar/2021-01-01/service-mesh.md @@ -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. \ No newline at end of file +At AOE we are using service meshes in multiple projects and are assessing best-practices and service mesh implementations.