GitOps
A software delivery practice that uses Git repositories as the single source of truth for declarative infrastructure and application configurations, enabling automated deployment, version control, and continuous reconciliation through Git-based workflows.
Explore more about Development Workflows
Related terms
A system that tracks and manages changes to software code and assets over time.
Continuous DeliveryCDA software delivery practice that automates building, testing, and preparing applications for reliable release to production on demand.
Continuous IntegrationCIA development practice that frequently merges code changes into a shared repository where automated builds and tests verify software quality.
Infrastructure as CodeIaCA software engineering practice in which infrastructure resources such as servers, networks, cloud services, and Kubernetes clusters are defined, provisioned, and managed using declarative or imperative code instead of manual configuration.
Deployment PipelineAn automated workflow that builds, tests, validates, and deploys applications or AI systems across development, staging, and production environments.