DEV Community

Discussion on: Infrastructure as Code: A beginner's perspective

Collapse
 
sambenskin profile image
Sam Benskin

Terraform is a fantastic tool, makes getting up and running with semi complex infrastructures very easy. I've been pretty of a team that introduced it to a business with great success. I love how it can just work out the differences between a current setup and the changes you've made and only apply the differences.

Have you looked into containerisation with docker/kubernetes/etc?

Collapse
 
fedekau profile image
Federico Kauffman

I have been learning about kubernetes, it is awesome! You could use both tools in conjuction, provision with Terraform and deploy with containers and kubernetes.

Collapse
 
sambenskin profile image
Sam Benskin

That's cool, would love to read another article about using those together then :)