SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
Continuous Delivery and Zero Downtime: What your architecture needs to succeed
11.
Poll: How often do you deploy in production?
At least
-Once a year
-Every 3 months
-Every Month
-Every 2 weeks
-Every week
-Multiple times a week
-Every day
-Multiple times a day
27.
Version
Control
Build Build Release
DEV Continuous
Integration
Small
Tests
Medium
Tests
Large
Tests
Small
Tests
Medium
Tests
Large
Tests
Artifact
Repository
28.
DB Delta
Code
ConfigurationWhat gets deployed?
63.
Version
Control
Build Build Release
DEV Continuous
Integration
Small
Tests
Medium
Tests
Large
Tests
Small
Tests
Medium
Tests
Large
Tests
Artifact
Repository
Target
Deployment
Script
backup
stop
install
start
…