Software Engineering KB

Home

❯

06 Development Process

❯

02 CI CD

❯

00 Category

❯

GitOps Deployment

GitOps Deployment

Feb 10, 20261 min read

  • cicd
  • gitops

GitOps Deployment

Back: CI-CD

Using Git as the single source of truth for declarative infrastructure and applications. Changes are made through Git commits, and automated agents reconcile the desired state in Git with the actual state in the cluster.

Concepts

  • GitOps Principles
  • Pull-Based Deployment
  • Push-Based Deployment
  • Drift Detection
  • Multi-Cluster GitOps

cicd gitops


Graph View

  • GitOps Deployment
  • Concepts

Backlinks

  • Drift Detection (CI-CD)
  • GitOps Principles
  • CI-CD

Created with Quartz v4.5.2 © 2026

  • GitHub