Infrastructure as code
Jump to navigation
Jump to search
Infrastructure as code(IaC) is a way to use source code, or formatted scripts, to define and manage the process of deploying and managing computer networks. The two popular camps for realizing this vision are imperative and declarative camps.
Implementations
The two camps have their popular implementations. For imperative IaC, many uses Ansible. For declarative IaC, many uses Terraform.