Slide 3
Slide 3 text
Microservice Architecture ,
is a kind of distributed system that consist of multiple single purpose microservices.
A microservice ,
is a service that independently developable, deployable, scalable and designed as simple as possible.
Always remember these 2 principles for your microservices ;
- Be fully independent.
- Do one thing and do it well.
Definition of Microservice Architecture
3 / 20