ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

ARGOCD-EDI

The reference GitOps controller for Kubernetes — Git = source of truth.

Definition

Argo CD reads Kubernetes Applications (CRD) pointing to a Git repository containing Helm charts, Kustomize or YAML manifests. Detects drifts (out-of-sync) and proposes or applies automatic reconciliations. Ideal for EDI pipelines where config (mappings, routes, partners) must be audited.

Origin

Created by Intuit in 2018, donated to CNCF (Cloud Native Computing Foundation) in 2020. Graduated project since 2022.

Example in context

An Argo CD Application deploying an 'edi-routes' Camel route cluster on every push to the edi-config repo.

  • GitOps — pattern applied by Argo CD.
  • Flux CD — GitOps alternative.

Last updated: May 14, 2026