Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is a service mesh tweaks #1773

Merged
merged 4 commits into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading