From b35e90cc7273f9a070cf39ccf6fe370db4b15c84 Mon Sep 17 00:00:00 2001 From: Durrez Ahmed Date: Sat, 13 Aug 2022 17:26:21 +0530 Subject: [PATCH] Add content for service mesh (#1486) --- .../105-infrastructure-as-code/100-service-mesh/readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/105-infrastructure-as-code/100-service-mesh/readme.md b/content/roadmaps/102-devops/content/105-infrastructure-as-code/100-service-mesh/readme.md index c0c119a25..4abfd06be 100644 --- a/content/roadmaps/102-devops/content/105-infrastructure-as-code/100-service-mesh/readme.md +++ b/content/roadmaps/102-devops/content/105-infrastructure-as-code/100-service-mesh/readme.md @@ -1 +1,6 @@ -# Service mesh \ No newline at end of file +# Service Mesh + +A service mesh, like the open source project Istio, is a way to control how different parts of an application share data with one another. Unlike other systems for managing this communication, a service mesh is a dedicated infrastructure layer built right into an app. This visible infrastructure layer can document how well (or not) different parts of an app interact, so it becomes easier to optimize communication and avoid downtime as an app grows. + +Free Content +What's a service mesh?