Glossary

GitOps

GitOps is the practice of managing infrastructure and deployments through Git as the single source of truth. The desired system state is described in a repository; a dedicated operator automatically synchronises the real state with the declared one.

Key principles

GitOps vs CI/CD Push

Tools

ArgoCD and Flux CD are the most popular GitOps operators for Kubernetes.