Software Engineering KB

Home

❯

06 Development Process

❯

02 CI CD

❯

01 Concept

❯

GitOps Principles

GitOps Principles

Feb 10, 20261 min read

  • cicd
  • gitops
  • principles

GitOps Principles

← Back to GitOps Deployment

Git as single source of truth, declarative desired state, automated reconciliation. All changes go through Git (auditability, review). The system continuously compares actual state to desired state and reconciles differences.

Key Properties

  • Declarative State
  • Git as Source of Truth
  • Automated Reconciliation

cicd gitops principles


Graph View

  • GitOps Principles
  • Key Properties

Backlinks

  • GitOps Deployment
  • Declarative State

Created with Quartz v4.5.2 © 2026

  • GitHub