Files
oam/knowledge base/gitops.md
2023-12-09 23:54:30 +01:00

756 B

The GitOps approach

Approach for implementing Continuous Deployment for cloud native applications.
It is a culture, not a set of tools or a job title.

The core idea is having a Git repository that contains declarative descriptions of the currently desired state of one or more environments, plus automated processes to make the environment match the described state in the repository.

Table of contents

  1. Further readings

Further readings