Difference between revisions of "Infrastructure as code"

From PKC
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 practice of [[DevOps]].
[[IaC]] is often mentioned in the automation practices in the context of [[DevOps]].


=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:09, 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.

Implementations

The two camps have their popular implementations. For imperative IaC, many uses Ansible. For declarative IaC, many uses Terraform.