Argo CD and the Poyour of GitOps
Scenario: You’ve just deployed an app using helm install. A few months pass, and you realize it’s time for an upgrade. You check the version history and see you’re a few releases behind. As you scan the release notes, you find a long list of upgrade instructions—more complex than you expected. Wouldn’t it be nice to upgrade simply by changing a value in a file? In this post, I’ll discuss GitOps and how I use Argo CD to manage applications in my home lab, making upgrades and deployments effortless. ...