Skip to main content
Andrei Vasiliu

Andrei Vasiliu

Platform Engineer | Homelab Builder

Welcome to my digital garden where I share my journey building enterprise-grade infrastructure at home.

Recent

Exposing Services Securely: A GitOps Guide to Cloudflare Tunnel and Traefik

Introduction # Following on from my posts on establishing a four-repo GitOps structure and deploying the blog itself, the next logical step is to securely expose services to the internet. This post details my approach to using Cloudflare Tunnel and Traefik for a secure, reliable, and fully automated ingress layer, managed declaratively through Argo CD.

Stop Rebuilding Your Images: The "Build Once, Promote Everywhere" Manifesto

The Enterprise Traceability Problem # Guessing whether v1.3.0 in production actually includes yesterday’s critical security patch is a dangerous game. Knowing exactly which version of an artifact is running in any given environment isn’t just a nice-to-have dashboard feature… it’s the foundation of a reliable release process. You can never afford to wonder if the build candidate QA just signed off on is truly the exact same binary you are deploying to users.