An Overview of Microservices
Microservices is a modern architectural style and approach to software development where applications are built as a suite of modular services that are kept as small, scalable, and customer-focused endpoints with specific business goals. Being independently deployed and scaled, each service provides a firm boundary of what business case they are solving for. They are also designed to be independently scalable for reuse by many other applications.