From bee36e7121aac8213fee1b21c7afdd4da417f31f Mon Sep 17 00:00:00 2001 From: 0xACAB <18677+fabacab@users.noreply.github.com> Date: Mon, 29 Mar 2021 11:28:44 -0400 Subject: [PATCH] Add see also link. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2908219..660c461 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ See also [asecure.cloud/tools](https://asecure.cloud/tools/). ### Service meshes +See also [ServiceMesh.es](https://servicemesh.es/). + - [Consul](https://consul.io/) - Solution to connect and configure applications across dynamic, distributed infrastructure and, with Consul Connect, enabling secure service-to-service communication with automatic TLS encryption and identity-based authorization. - [Istio](https://istio.io/) - Open platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data.