Micro Service

https://microservices.io/- Microservice Architecture

Micro Service is an architecture that allows the developers to develop and deploy services independently. Each service running has its own process and this achieves the lightweight model to support business applications. Highly maintainable and testable, loosely coupled, independently deploy-able, organized around business capabilities.

Micro services offers the following advantages to its developers −

  • Easy deployment

  • Simple scalability

  • Compatible with Containers

  • Minimum configuration

  • Lesser production time

Last updated

Was this helpful?