Actions

Difference between revisions of "Infrastructure as Code (IaC)"

(Created page with "'''Infrastructure as Code (IaC)''' is the management of infrastructure (networks, virtual machines, load balancers, and connection topology)...")
 
m
Line 1: Line 1:
 
'''Infrastructure as Code (IaC)''' is the management of [[IT Infrastructure|infrastructure]] ([[Network|networks]], virtual machines, load balancers, and connection topology) in a descriptive model, using the same versioning as [[DevOps]] team uses for [[Source Code|source code]]. Like the principle that the same source code generates the same binary, an IaC model generates the same environment every time it is applied. IaC is a key DevOps practice and is used in conjunction with [[Continuous Delivery (CD)|continuous delivery]].<ref>Definition - What Does Infrastructure as Code (IaC) Mean? [https://docs.microsoft.com/en-us/devops/deliver/what-is-infrastructure-as-code Microsoft]</ref>
 
'''Infrastructure as Code (IaC)''' is the management of [[IT Infrastructure|infrastructure]] ([[Network|networks]], virtual machines, load balancers, and connection topology) in a descriptive model, using the same versioning as [[DevOps]] team uses for [[Source Code|source code]]. Like the principle that the same source code generates the same binary, an IaC model generates the same environment every time it is applied. IaC is a key DevOps practice and is used in conjunction with [[Continuous Delivery (CD)|continuous delivery]].<ref>Definition - What Does Infrastructure as Code (IaC) Mean? [https://docs.microsoft.com/en-us/devops/deliver/what-is-infrastructure-as-code Microsoft]</ref>
 +
 +
 +
 +
== See Also ==
 +
#[[Serverless Architecture]]
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
== References ==
 +
<references />

Revision as of 00:22, 25 August 2023

Infrastructure as Code (IaC) is the management of infrastructure (networks, virtual machines, load balancers, and connection topology) in a descriptive model, using the same versioning as DevOps team uses for source code. Like the principle that the same source code generates the same binary, an IaC model generates the same environment every time it is applied. IaC is a key DevOps practice and is used in conjunction with continuous delivery.[1]


See Also

  1. Serverless Architecture






References

  1. Definition - What Does Infrastructure as Code (IaC) Mean? Microsoft