Presented at DevOps Enterprise Summit 2015 (DOES15)
Watch the video at: https://youtu.be/MIyMhnBS2Tw?list=PLGnigCNRJjp66g2c4TX2yHJMAC_BH1kCh
http://devopsenterprise.io/sessions/continuous-delivery-of-microservices-patterns-and-processes/
Tight coupling and interdependence between dev teams slows down development, and environment drift causes deployment problems when promoting applications between environments. The introduction of the microservices architecture expands on the role of SOA by allowing for the looser coupling of endpoints and environments, allowing more predictability, flexibility and agility.
However, microservices come with their own set of problems:
- Many distributed and small repos
- Many more pieces to work with
- Complex run-time dependency management
This talk will discuss modern requirements for creating, deploying and managing multiple microservices both independently and as a collection in order to satisfy end user requirements and allow for continuous delivery.