Application Delivery¶
Cloud native techniques and technilogies support rapid innovation and reliability when delivering applications.
GitOps¶
- Tools like Flux and ArgoCD enable GitOps practices by automating application deployment and management using Git as the source of truth.
- Flux is built on top of the GitOps Toolkit standard library.
- Flux and ArgoCD are both written in Go.
CI/CD¶
Continuous Integration and Continuous Deployment (CI/CD) are practices that require developers to integrate code into a shared repository several times a day.