DevOps
136 views
GitOps
Quick Definition
Framework using Git as single source of truth for configs
Full Definition
A framework using Git as the single source of truth for infrastructure and app configs.
Examples
ArgoCD, Flux, declarative configuration, Git workflows
Related Terms
version-control
kubernetes
continuous-delivery
More DevOps Terms
Feature Flags
Technique for toggling features without code deployment
Branching Strategy
Convention for managing parallel development in version control
Istio
Open platform for managing microservices with service mesh
Microservices
Architecture of loosely coupled independently deployable services
SLO
Target value for a service level indicator over time
Rolling Deployment
Incrementally updating instances replacing old with new