Difference between revisions of "Infrastructure as code"
Jump to navigation
Jump to search
m (Benkoo moved page Infrastructure as Code to Infrastructure as code) |
|||
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. | [[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. | ||
=Implementations= | |||
The two camps have their popular implementations. For imperative [[IaC]], many uses [[Ansible]]. For declarative [[IaC]], many uses [[Terraform]]. |
Revision as of 07:07, 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.
Implementations
The two camps have their popular implementations. For imperative IaC, many uses Ansible. For declarative IaC, many uses Terraform.