or go to full-text search page →

Search

Search IconIcon to open search

Infrastructure as Code (IaC)

Last updatedUpdated: by Simon Späti · CreatedCreated: · 1 min read recently updated Recent changes 2 weeks ago +2 / −0 words 7 months ago +0 / −3 words last year published · 94 words

Infrastructure as Code (IaC) is the practice of managing and provisioning IT infrastructure using code instead of manual processes. 

It treats infrastructure like software, defining it in machine-readable definition files. This allows for automation, consistency, and version control of infrastructure deployments, similar to how software is developed.

In data engineering, in Declarative Data Stack are embracing that philosophy. In DevOps world, mostly we use YAML to define Kubernetes deployments.

# Tools

# GitOps

These are tools to create GitOps workflows:


Origin: