feat: ops best practices from experience

This commit is contained in:
Michele Cereda
2023-12-09 23:54:30 +01:00
parent 005a2ee265
commit 387e08c5d5
5 changed files with 85 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
# The GitOps approach
Approach for implementing Continuous Deployment for cloud native applications.
Approach for implementing Continuous Deployment for cloud native applications.<br/>
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.