The world of software development and how apps are run in production environments has come a long way over the years. Starting with bare metal physical servers, we evolved to virtual machines, onward to LXC, Docker daemons, and now our current state of container orchestration via things like Kubernetes. The other side of the world... … Continue reading Local CI/CD with Skaffold
Month: March 2020
Migrate from Helm 2 Tillerless to Helm 3
If you're like many others out there, you've been holding off of migrating to Helm 3 until at least version 3.1 is out. Well as of early February it finally was released. Since then I've recently gone through some analysis of migrating Helm 2 releases (with the Tillerless plugin) to Helm 3.x and figured I'd … Continue reading Migrate from Helm 2 Tillerless to Helm 3
Why doesn’t Azure DevOps git repos get any love?
One team I've been working with utilizes Azure DevOps Git Repos, not necessarily by an act of free will, but more one due to their governance policies and budget reasons that are above their heads. Azure Git repos are fine, its Git, it works and gets the job done etc, but when it comes to … Continue reading Why doesn’t Azure DevOps git repos get any love?