Live data from Hacker News

Understanding Infrastructure as Code

cloudonaut.io

1–5 of 5 posts

Re: Understanding Infrastructure as Code

#4
The translation into a linear flow of commands is an oversimplification - it assumes that the graph is a specific type of tree, when in fact any directed acyclic graph is valid.

Also, I personally find it way more interesting what happens when you update existing infrastructure, not just deploy new infrastructure, with an arbitrary dependency graph. But probably that's just me.

Shameless plug: you don't have to use a proprietary cloud! OpenStack provides the same thing via the Heat project.