Cloud Architecture: What is Micro-services Architecture

Micro-services Architecture

Micro-service architecture is a software architecture where complex applications are composed of several small, independent services communicating with each other using APIs. These application services are small, highly decoupled and focus on doing a small task. Microservices refers to smaller and more manageable services that serves a specific use case. Microservices are generally deployed into containers. 

Leave a Reply