Created
September 23, 2014 22:38
-
-
Save alzabo/902f3de8c34f6a574bae to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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