21 Jan 2025/ Homelab
Using Flux for GitOps
In this article, we’re going to install Flux, a popular tool for GitOps. We’re going to discuss reconciliation, where the need for GitOps comes from, and common repository structures for Flux. So what’s GitOps? To understand what GitOps is, let’s go back in time to a place before GitOps. Back then, there were development teams and sysadmin teams. Developers put bugs in software created new features, and the admin’s job was to somehow deploy and monitor the application. This had all the usual…