Add content for service mesh (#1486)
parent
bea828c148
commit
b5b7ddd359
1 changed files with 6 additions and 1 deletions
@ -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…
Reference in new issue