Actions

Infrastructure as Code (IaC)

Revision as of 00:22, 25 August 2023 by User (talk | contribs)

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