I Rewrote My Media Server in Kubernetes and Only Cried Twice

Why? Is what I imagine the first question to pop into your head, why on so many levels did you do this. Well if you are interested in my rant about why kubernetes, it will bring you up to speed. The why I’m answering here is what version of Kubernetes did I go for and that would be k3s a lightweight, batteries included kubernetes deployment that allows me to sink my teeth in without drowning in platform engineering for the next few years. k3s will allow me to learn the ins and outs of Kubernetes so I can shoot myself in the foot on my own time! ...

Deploying PostgreSQL Database on Azure Using Terraform with Key Vault Integration

So you want to deploy a PostgreSQL database in a private vnet and link it to your custom application in Azure. You have developed this awesome app thrown it into a container image and now you need to build the infrastructure to host your beautiful code. You could click around the disgusting Azure GUI like a pleb or you can be cool and deploy your infrastructure using code. With Terraform being your poison of choice to achieve this don’t worry, you have come to the right place. ...