Search
Infrastructure as Code (IaC)
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:
References:
Created 2024-01-12