Skip to content

Commit

Permalink
What is a service mesh tweaks (linkerd#1773)
Browse files Browse the repository at this point in the history
Co-authored-by: Flynn <[email protected]>
Co-authored-by: Travis Beckham <[email protected]>
Signed-off-by: Ivan Porta <[email protected]>
  • Loading branch information
3 people authored and Ivan Porta committed Dec 20, 2024
1 parent d239079 commit bec49d5
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions linkerd.io/content/what-is-a-service-mesh/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ params:
faqSchema:
- 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.
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
Expand All @@ -42,11 +40,11 @@ params:
much attention.
---

A service mesh like Linkerd 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
stack, especially for Kubernetes adopters.
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 stack,
especially for Kubernetes adopters.

Over the past few years, the service mesh has risen from relative obscurity to
become a standard component of the cloud native stack. Linkerd ("linker-dee"),
Expand All @@ -69,11 +67,11 @@ 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
features to applications by inserting these features at the platform layer
rather than the application layer.
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.

The service mesh is typically implemented as a scalable set of network proxies
deployed _alongside_ application code (a pattern sometimes called a _sidecar_).
Expand Down

0 comments on commit bec49d5

Please sign in to comment.