Rollbacks in ArgoCD
Deployments don’t always go according to plan, and changes can break the application. In this post, I discuss how to perform a rollback using ArgoCD.
Rollbacks in ArgoCD Read More »
Deployments don’t always go according to plan, and changes can break the application. In this post, I discuss how to perform a rollback using ArgoCD.
Rollbacks in ArgoCD Read More »
Terraform Remote State Using Azure Storage Recently, I needed to set up a shared Terraform workflow where state could be
Setting Up a Remote Backend for Terraform Using Azure Storage Read More »
I’m currently learning Helm to improve how I deploy and manage Kubernetes applications. This post is a quick summary of
My media server kept freezing and crashing Kubernetes pods. After some digging, I realised the bottleneck was the old spinning HDD. I cloned the system to an SSD, swapped the drives, and the node is now stable and fast. In this post, I talk about how I did it with minimal downtime.
From HDD to SSD: How I fixed an I/O Bottleneck in a Kubernetes Node Read More »
I recently disconnected devices on my network from the Internet because of a restrictive UFW firewall rule.
Read to find out how I fixed the problem.
How A Bad Firewall Rule Broke My Network Read More »
Ingress nginx failed after almost every reboot. Find out how giving it a static IP resolved the problem.
Why my ingress-nginx failed after reboot, and how I fixed it with static IPs in MetalLB Read More »
In this post, I show you how to create lifecycle rules in AWS S3 to automatically delete backups after 90 days.
S3 Lifecycle Rules for WordPress Backups: Deleting files older than 90 days Read More »
Virtual Machines(VMs) and containers are at the heart of modern computing, powering everything from cloud infrastructure to local development environments.
This post provides a history and timeline that covers their evolution, common origins and how they developed into the tools we use today.
The History of Virtual Machines and Containers Read More »
A GitHub Action workflow to check Python code for styleguide violations and run unit tests.
Setting Up Continuous Integration with GitHub Actions for a Python Project Read More »