Autonomous Services

Microservices is an architecture that is optimized around autonomy. Autonomy and loose coupling between the services are important characteristics of a microservices architecture. Loose coupling means that we can independently update one service without making changes to another. The loose coupling extends throughout the entire service, across the teams, and right down to the data store—a type of coupling that is often overlooked is at the data store.

Microservices interact through APIs, and they do not share database schema, data structures, or internal representations of the data. Teams that have been building web applications might be familiar with some of these concepts and have consumed other third-party services when ...

Get Microservices with Docker on Microsoft Azure™ (includes Content Update Program) now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.