From 98a59c56fcd5ee4ea418beeae31fd8564106c692 Mon Sep 17 00:00:00 2001 From: Catherine Paganini <74001907+CathPag@users.noreply.github.com> Date: Thu, 2 May 2024 12:06:54 -0400 Subject: [PATCH] What is a service mesh tweaks --- .../content/what-is-a-service-mesh/_index.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/linkerd.io/content/what-is-a-service-mesh/_index.md b/linkerd.io/content/what-is-a-service-mesh/_index.md index 519bbb6bf9..2cb43b5ce5 100644 --- a/linkerd.io/content/what-is-a-service-mesh/_index.md +++ b/linkerd.io/content/what-is-a-service-mesh/_index.md @@ -6,12 +6,9 @@ aliases: - priority = 1.0 faqs: - question: What is a service mesh? - answer: A service mesh like Linkerd is a tool for adding observability, - security, and reliability features to "cloud native" applications by - transparently inserting this functionality at the platform layer rather - than the application layer. The service mesh is rapidly becoming a - standard part of the cloud native stack, especially for Kubernetes - adopters. + answer: A service mesh is a tool for adding security, reliability, and + observability features to cloud native applications by transparently inserting + this functionality at the platform layer rather than the application layer. - question: What does a service mesh actually do? answer: A service mesh adds reliability, security, and observability features to a microservice application by managing the way that @@ -32,7 +29,7 @@ faqs: present but taken for granted and not actually given too much attention. --- -A service mesh like Linkerd is a tool for adding security, reliability, and +A service mesh is a tool for adding security, reliability, and observability features to cloud native applications by transparently inserting this functionality at the platform layer rather than the application layer. The service mesh is rapidly becoming a standard part of the cloud native @@ -59,9 +56,9 @@ native adoption. Know about the World's Most Over-Hyped Technology**](https://buoyant.io/service-mesh-manifesto/).) -## What is a service mesh? +## Service mesh in a nutshell -A service mesh is a tool for adding observability, security, and reliability +A service mesh like Linkerd is a tool for adding observability, security, and reliability features to applications by inserting these features at the platform layer rather than the application layer.