Slide 7
Slide 7 text
GitOps
● Ops practices using Git
● Use Git as source of truth
● Drive operations through git repo
● Get version control, history, peer review, and rollback
● Continuous delivery - Automated pipelines
● Webhooks: push to trigger build/test
● PRs & merge branch to deploy