Difference between revisions of "Infrastructure as code"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[wikipedia:Infrastructure as code|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. | [[wikipedia:Infrastructure as code|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. | ||
[[IaC]] is often mentioned in the automation practices in the context of [[DevOps]]. | [[IaC]] is often mentioned in the automation practices in the context of [[DevOps]]. It is also known as a [[CCA]], which stands for [[Continuous configuration automation]]. | ||
=Implementations= | =Implementations= | ||
The two camps have their popular implementations. For imperative [[IaC]], many uses [[Ansible]]. For declarative [[IaC]], many uses [[Terraform]]. | The two camps have their popular implementations. For imperative [[IaC]], many uses [[Ansible]]. For declarative [[IaC]], many uses [[Terraform]]. |
Revision as of 07:11, 5 August 2021
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.
IaC is often mentioned in the automation practices in the context of DevOps. It is also known as a CCA, which stands for Continuous configuration automation.
Implementations
The two camps have their popular implementations. For imperative IaC, many uses Ansible. For declarative IaC, many uses Terraform.