Building Event-Driven Microservices - Chapter 16 Deploying Event-Driven Microservices
Principles of Microservice Deployment Differentes between Continuous integration (CI), Continuous delivery and Continuous deployment. Deployment patterns:
- The Basic Full-Stop Deployment Pattern
- The Rolling Update Pattern
- The Breaking Schema Change Pattern: two options here - Eventual Migration and Synchronized Migration
- The Blue-Green Deployment Pattern
All of these is disclosed in the Chapter 16 of the book:
“Building Event-Driven Microservices: Leveraging Organizational Data at Scale” by Adam Bellemare
Sharing my mind map with all the details as usual:
See also:
- Building Event-Driven Microservices - Chapter 15 - Testing Event Driven Microservices.
- Building Event-Driven Microservices - Chapter 14 - Supportive Tooling
- Building Event-Driven Microservices - Chapter 13 - Integrating Event-Driven and Request-Response Microservices
- Building Event-Driven Microservices - Chapter 12 - Lightweight Framework Microservices
- Building Event-Driven Microservices - Chapter 11 - Heavyweight Framework Microservices