Skip to content

Instantly share code, notes, and snippets.

@alzabo
Created September 23, 2014 22:38
Show Gist options
  • Save alzabo/902f3de8c34f6a574bae to your computer and use it in GitHub Desktop.
Save alzabo/902f3de8c34f6a574bae to your computer and use it in GitHub Desktop.
Continuous Delivery
-------------------
delivering on promises
service availability
if you're constantly changing you are less averse to change
stateless services on immutable systems
deploy single artifact of config + application as a unit rather than separately?
single node convergence -- chef's testkitchen
prevent human damage to computers with automation
environ per branch; 3.6+ with r10k + directory environs
kafo? class introspection? generates parameters/answer file?
run puppet via monitoring system?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment