Infrastructure code, just like your infrastructure, is in constant flux. New services need to be updated and deployed, configuration changes need to be propagated, and security vulnerabilities mitigated. There’s a never-ending stream of code changes to make and once you’ve written your infrastructure code you just want it to work. There’s no time to update […]
Read MoreTag: infrastructure
Immutable Infrastructure: Practical or Not?
With the continued popularity of Docker and containerization generally, the concept of immutable infrastructure has again come to the fore. Immutable infrastructure is generally defined as a stack that you build once (be it a virtual machine image, container image, or something else), run one or many instances of, and never change again. The deployment […]
Read More