Wayan Jimmy's Brain

What is GitOps?

link
What is GitOps and Why do we want it?
related
Git OpenQuestions
status
Closed

What is Git Ops?

Git as single source of truth

Why?

Everything defined as code

UI only for informational purposes

Great for collecting metrics

But when it comes to defined something

Write code instead of clicking button

Configuration, tests, and everything else using git

Fundamental Principles

  1. Everything is described as code
  2. Git is the only source of truth

Everything is immutable

Every changes is a commit