際際滷

際際滷Share a Scribd company logo
Deployment Orchestration
Bryan Baugher
If you are interested in orchestration
you probably
You also probably
Ad-Hoc Operations
 Something went wrong
 Automation didnt install package X
 Operation not automated yet
 Doing this manually doesnt scale
 It also isnt fun or cool either
Ad-Hoc Operations
 Tools
Build/Configure a Cluster
 I can easily setup an instance of my
application
 Now I want to setup a cluster or a platform
 Multiple instances, several
applications, databases, proxies, caching, log
aggregators, etc
Build/Configure a Cluster
 Solutions
Order of Operations / Locking
 Application provisioning should wait until
database provisioning is done
 I dont want all instances of my application to
restart at the same time
Order of Operations / Locking
 Solutions
What does this mean for me?
 There seems to be no out of the box solution
 The people that have solved it (or attempted)
had to architect and do it themselves
 This is most likely what you will have to do

More Related Content

Deployment Orchestration