Declarative State

Back to GitOps Principles

Defining the desired state of the system in Git (Kubernetes manifests, Terraform files) rather than imperative scripts. The system reconciles actual state to match the declared desired state, enabling self-healing and auditability.

property cicd gitops declarative