Files
oam/knowledge base/gitops.md

25 lines
601 B
Markdown

# The GitOps approach
Approach for implementing Continuous Deployment for cloud native applications.
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 <!-- omit in toc -->
1. [Further readings](#further-readings)
## Further readings
- [Website]
- [Flux]
<!--
References
-->
<!-- Upstream -->
[website]: https://www.gitops.tech/
<!-- Knowledge base -->
[flux]: kubernetes/flux.md