Skip to main content Link Menu Expand (external link) Document Search Copy Copied

GitOps

At its core, GitOps is code-based infrastructure and operational procedures that rely on Git as a [version-control] system. It’s an evolution of [infrastructure-as-code] best practice that leverages Git as the single source of truth, and control mechanism for creating, updating, and deleting system architecture. More simply, it is the practice of using Git pull requests to verify and automatically deploy system infrastructure modifications.

Enabled by