GitOps

Adopt Techniques

GitOps is a practice where Git is used as the single source of truth for declarative infrastructure and application configuration. Changes are applied automatically through reconciliation loops.

Timeline

  1. Adopt Added to radar

    It's hard to imagine a world without GitOps these days. By using Git as the source for all Kubernetes configurations, we can always be confident in what's running in the cluster.

    When combined with Kubernetes-operated Infrastructure as Code (IaC) like Crossplane, we end up having complete knowledge about both our applications and infrastructure in one place.

    We love it!