Daily Term: GitOps
GitOps
GitOps is a methodology for managing infrastructure and applications using Git as the single source of truth. Desired system states are stored in Git repositories, and automated tools (e.g., ArgoCD) apply changes to infrastructure when commits are made. For example, updating a Kubernetes cluster configuration in Git triggers an automatic deployment. GitOps improves traceability and collaboration, but it requires robust CI/CD pipelines and Git familiarity.
Date: 2025-10-05