DevOps: Declarative is where we want to be
If you have ever tried to write scripts to configure operating systems, you’d realize just how hard that is to get correct.
For example, if you need to ensure that your virtual machine has two network adapters, and they need to have a specific set of IP addresses, how do you do that?
[caption id=“attachment_2743” align=“alignnone” width=“461”] Image by Markus Spiske[/caption]
The traditional approach for PowerShell (and similar tools) was to try to write a step-by-step script to configure the network adapters the way you want.
2018-02-16