Change release date to July of 2021

This commit is contained in:
dennis.ludwig
2021-07-12 10:19:10 +02:00
parent 6242b5c87e
commit 3be826c65a
65 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
title: "Service Mesh"
ring: assess
quadrant: platforms-and-aoe-services
---
**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:
- [Istio](https://istio.io/)
- [Open Service Mesh](https://openservicemesh.io/)
- [Kuma](https://kuma.io/)
- and many more...
At AOE we are using service meshes in multiple projects and are assessing best-practices and service mesh implementations.