OneStopTechShop

OneStopTechShop

Random collection of IT-related blogs I've written


Ensuring backwards compatibility in deployments by leveraging git tags

3 Apr 2021 4 minute read 0 comments The Finance Hacker

Overview I recently came across a blog post on injecting variables into Golang at build time and that gave me the idea for this blog post. Automating versioning and ensuring backwards compatibility. You can find the code for this application here, on...

Automating Kubernetes with Saltstack

15 Oct 2020 5 minute read 1 comment The Finance Hacker

Overview My goal for this project was to setup and manage a Kubernetes cluster using Saltstack, the idea being that since I wanted to learn them both if I could automate the setup of the cluster I'd be killing two birds with one stone. I found a few...