1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-08 00:00:42 +02:00

Add content for service mesh (#1486)

This commit is contained in:
Durrez Ahmed
2022-08-13 17:26:21 +05:30
committed by GitHub
parent bea828c148
commit b5b7ddd359

View File

@@ -1 +1,6 @@
# Service mesh
# 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.redhat.com/en/topics/microservices/what-is-a-service-mesh'>What's a service mesh?</BadgeLink>