Please enable JavaScript.
Coggle requires JavaScript to display documents.
3 Microservices - Coggle Diagram
3 Microservices
-
Istio
-
Control and Data Plane
-
Microservice => Business Logic
Sidecar Proxy => Comm, Security, Retry, Metrics, Tracing
-
the API gateway vs ESB
API gateway can also perform cross-cutting infrastructure-related functions, such as security, metrics gathering, request-ID generation, and so on.
Notice that unlike the enterprise service bus (ESB) in service-oriented architecture, the API gateway in microservices does not contain any business logic, nor does it perform any orchestration or mediation.
-
Why Mircoservices?
Good for high scalability, Agility, and Fault tolerance