Infrastructure as Code

Associate
Joined
31 May 2005
Posts
2,162
Location
Alfreton,Derbyshire
Hi all, I'm just wondering how many of you are using infrastructure as code today, if you are would you mind giving some detail as responses to the following;

1.) What does your current workflow look like?
2.) What tools are you using to enable this, i.e. Git, Jenkins
3.) Is it used on premise premises with classic platforms such as VMware / Hyper-V etc
4.) Do you use it for your physical network or underlay?
5.) Are you using it for cloud services from Google/Azure/AWS?
6.) Are you using anything like terraform or cloudify to work in a more agnostic way?

I've been looking at different approaches and have come from a job with developers doing CI/CD and where we were beginning to look at infrastructure, but now have the job of trying to convince a large enterprise on the benefits (easy) but tooling, flows and how teams are geared up is going to be somewhat of a challenge, so it would be great to see what you're all doing and how it's improved what you do
 
Thanks for the info, I'm just getting my home lab setup again and terraform is on my list to look at. I'm pretty comfortable with some of the tools i.e. Git / Jenkins / Ansible but need to do some testing and look at hybrid models.
 
Does anyone have any thoughts on Cloudformation vs terraform in the real world? and maybe why you decided to go either direction? I've used TF quite a lot recently and worry about simple things like the state tracking in cloudformation. i.e. if something changes on a resource outside of cf it doesn't check the current state is actually compliant with the code.
 
Back
Top Bottom