imjasonh / ideas

A place for me to file issues against myself for things I want to build when I'm bored
5 stars 0 forks source link

Reverse GitOps #107

Open imjasonh opened 2 years ago

imjasonh commented 2 years ago

A K8s controller that watches stuff and dumps state to a git repo, to see history, diffs, apply a previous observed state, etc

Probably need to batch commits so you don't end up constantly pushing and hitting rate limits.