refactor: moved aks section to the specific file and expanded

This commit is contained in:
Michele Cereda
2023-09-14 22:41:26 +02:00
parent 72f0f8af7b
commit cbf731ea40
4 changed files with 129 additions and 48 deletions

24
knowledge base/gitops.md Normal file
View File

@@ -0,0 +1,24 @@
# 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