GitOps — infrastructure management through Git.
1# ArgoCD Application2apiVersion: argoproj.io/v1alpha13kind: Application4metadata:5 name: myapp6spec:7 project: default8 source:9 repoURL: https://github.com/org/k8s-manifests10 targetRevision: main11 path: overlays/production12 destination:13 server: https://kubernetes.default.svc14 namespace: production15 syncPolicy:16 automated:17 prune: true18 selfHeal: true
Principles:
Tools: