Bravo ! Best most concise explanation of IaaC on youtube ! Unless there is another one that I haven’t come across after searching and watching 10 other times….😊
The provisioning side of things I've showed here doesn't really care because at this stage it's not really Windows or Linux yet. It's more the underlying cloud or virtualisation platform that matters. When it comes to the configuration management side both work, but Linux is better supported. Most of the tools began on Linux and added Windows support later. The big difference is that most Linux configuration is based around editing a text file, which is really easy to automate and all you need to scale it is SSH. Windows is more complicated and has a load of different interfaces and APIs to deal with. If something exists in Linux it can almost certainly be automated. If something exists in Windows it can probably be automated... as long as Microsoft have exposed it in some way these tools can hook into it using something like WinRM or PowerShell.
Bravo ! Best most concise explanation of IaaC on youtube ! Unless there is another one that I haven’t come across after searching and watching 10 other times….😊
Thanks!
Great video! I am definitely interested in hearing about how to integrate terraform with Ansible to create a full deployment pipeline.
Thanks Curtis 🙂
Yay, I understood the concept because of you! Thanks :)
Glad it helped!
Great video! A video about configuration management concepts and tools like Ansible would be nice. Keep up the great content!
Thanks!
Yep, make a video on config management pls.
I shall put it to the list. Thanks guys.
great intro to IaC ;)
Thanks!
Does Inf as code work well for windows domain environments or better for linux environments?
The provisioning side of things I've showed here doesn't really care because at this stage it's not really Windows or Linux yet. It's more the underlying cloud or virtualisation platform that matters.
When it comes to the configuration management side both work, but Linux is better supported. Most of the tools began on Linux and added Windows support later. The big difference is that most Linux configuration is based around editing a text file, which is really easy to automate and all you need to scale it is SSH. Windows is more complicated and has a load of different interfaces and APIs to deal with. If something exists in Linux it can almost certainly be automated. If something exists in Windows it can probably be automated... as long as Microsoft have exposed it in some way these tools can hook into it using something like WinRM or PowerShell.
Should/must work for both