← Current Platform / delivery

GitOps reconciler

Argo CD

The continuous reconciliation loop between declared state in Git and workloads running in the cluster.

GitOps28 applicationsHelmKubernetes

01 / Why it exists

The platform needs a durable answer to what should be running, what changed, and whether reality matches intent.

02 / Architecture

Gitea holds desired state. Argo CD watches application definitions and reconciles platform services and product workloads into k3s.

03 / Lessons

What operation taught me.

  1. 01GitOps creates an operating model, not merely a deployment mechanism.
  2. 02Synchronization and health are different signals and should be reported separately.

Screenshots

Operational captures will be added when they can be safely published.

Source / Config

Public configuration will appear here when the boundary is ready.