Fast Overview for Infraestructure as Data
dev.to·10h·
Discuss: DEV
Flag this post

Infrastructure as Data (IaD)

Infrastructure as Data (IaD) is basically about defining your infrastructure using structured data files—stuff like YAML or JSON—instead of traditional scripts or config languages that mix in programming logic. No code, just data.

Think of it as an evolution or a tighter subset of “Infrastructure as Code” (IaC). While IaC encompasses any method for managing infrastructure through code, IaD focuses on a purely declarative model.

In another words you declare the desire state of your declarative manifests then let automation systems work. They’ll constantly check and enforce that what’s running matches what you described.

IaD was created to solve this problem through its main mechanism: the reconciliation loop.

The Reconciliation Loop

Similar Posts

Loading similar posts...