← Infrastructure as Code & CI/CD

GitOps & Declarative Delivery

Git as the single source of truth — what's in the repo is what's running.

GitOps makes the repository the single source of truth: the desired state lives in Git, and a controller continuously reconciles the running system to match it. I set up Argo CD or Flux so deployments become declarative and self-healing — drift is corrected automatically, every change arrives through a reviewed pull request, and the audit trail is just your Git history. The payoff is operational clarity: what's running is always what's in the repo, rollback is a revert, and progressive sync keeps even large changes controlled.

What's included

Related articles

Terraform modules that scale with your team, not against it

Reusable modules only scale if you treat them like products: small, reviewed, tested and versioned. A practical guide to building, releasing and consuming Terraform modules straight from GitHub — pinned to a tag or, when it matters, an immutable commit hash — with a Terragrunt layout that mirrors your estate.

Infrastructure as Code & CI/CD

Let's talk about your project.

Tell me about your system and what you're trying to achieve — I'll tell you honestly how I can help.

Start a conversation

Find me on social media