GitOps

From NovaOrdis Knowledge Base
Revision as of 01:24, 23 January 2022 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

GitOps is a way of implementing Continuous Delivery for cloud native applications, in which the Git source repository also serves as delivery repository for infrastructure code. It focuses on a developer-centric experience when operating infrastructure, by using tools developers are already familiar with, including Git and Continuous Delivery tools. The core idea of GitOps is having a Git repository that always contains declarative descriptions of the infrastructure currently desired in the production environment and an automated process to make the production environment match the described state in the repository. If you want to deploy a new application or update an existing one, you only need to update the repository - the automated process handles everything else. It’s like having cruise control for managing your applications in production.

Organizatorium

TO PROCESS: