mirror of
https://github.com/wahyd4/knowledge.git
synced 2026-08-09 05:06:28 +10:00
Update software-design.md
This commit is contained in:
@@ -27,6 +27,15 @@
|
||||
- Developers must deal with extra complexity of creating a distributed system
|
||||
- Deployment complexity
|
||||
- To deploy different types of services
|
||||
|
||||
## Service Mesh
|
||||
|
||||
A service mesh 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.
|
||||
|
||||
### Opensource Projects
|
||||
|
||||
* [Istio](https://istio.io/)
|
||||
* [Consul](https://www.consul.io/)
|
||||
|
||||
# OOP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user