Actions

Infrastructure as Code (IaC)

Revision as of 20:25, 22 June 2021 by User (talk | contribs) (Created page with "'''Infrastructure as Code (IaC)''' is the management of infrastructure (networks, virtual machines, load balancers, and connection topology)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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]

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