Microservices Interview Question

Comprehensive source of knowledge for interviews Microservices.

Introducing Microservices

Giới thiệu Microservices

Microservice is a software development technique, a variation of service-oriented architecture that structures an application as a collection of loosely coupled services. In microservice architecture, services are well-defined and protocols are lightweight. Applications are modeled as services, which helps:

  • Easy to maintain and test
  • Soft connection
  • Independent deployment
  • Designed or organized based on business capabilities
  • Managed by a small team

Giới thiệu Microservices