Add content for service mesh (#1486)

pull/1492/head
Durrez Ahmed 2 years ago committed by GitHub
parent 12056b2d65
commit b35e90cc72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      content/roadmaps/102-devops/content/105-infrastructure-as-code/100-service-mesh/readme.md

@ -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>

Loading…
Cancel
Save