Line 15: | Line 15: | ||
* What is service mesh |
* What is service mesh |
||
<blockquote> |
<blockquote> |
||
+ | a service mesh is a layer that manages the communication between apps (or between parts of the same app, e.g. microservices). In traditional apps, this logic is built directly into the application itself: retries and timeouts, monitoring/visibility, tracing, service discovery, etc. are all hard-coded into each application. |
||
− | hello |
||
− | |||
</blockquote> |
</blockquote> |
Revision as of 08:53, 19 April 2018
docs
linkerd offical doc
dtab
finagle
Service Mesh Docs
- What is service mesh
a service mesh is a layer that manages the communication between apps (or between parts of the same app, e.g. microservices). In traditional apps, this logic is built directly into the application itself: retries and timeouts, monitoring/visibility, tracing, service discovery, etc. are all hard-coded into each application.