Hacker News new | ask | show | jobs
by martinknafve 3761 days ago
Simplified: Instead of modifying a deployment by uninstalling the old software, updating the config files and installing a new version, you create a new virtual machine image with all you need and deploy instances of that. Even if you just want to change a setting in a file you deploy new virtual machines. There are variations of this such as using Docker.
1 comments

And the next step would be moving your config to something distributed like etcd or archaius