From ddc9fa6b2048b0cdd286d18b78f1ec7d03b1597f Mon Sep 17 00:00:00 2001 From: Kevin Schu Date: Tue, 29 Jun 2021 11:36:50 +0200 Subject: [PATCH] added service-mesh --- radar/2021-01-01/service-mesh.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 radar/2021-01-01/service-mesh.md diff --git a/radar/2021-01-01/service-mesh.md b/radar/2021-01-01/service-mesh.md new file mode 100755 index 0000000..777905b --- /dev/null +++ b/radar/2021-01-01/service-mesh.md @@ -0,0 +1,20 @@ +--- +title: "Service Mesh" +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. +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-practises and service mesh implementations. \ No newline at end of file