Tag
kubernetes
kubernetesWhen Three Kubernetes Pods Try to Run One Database Migration
Three replicas raced the same Prisma migration. A PostgreSQL advisory lock coordinator fixes it when your platform cannot run a pre-deploy Job.
distributed systemsDeploying GitHub Self-Hosted Runners on Your Home Kubernetes Cluster with ARC
If you followed my last post, Building a Home Lab Kubernetes Cluster with Old Hardware and k3s, you now have a proper x86 Kubernetes cluster humming…
distributed systemsBuilding a Home Lab Kubernetes Cluster with Old Hardware and k3s
If you've read my previous post about building a Raspberry Pi k3s cluster, you know I'm a huge fan of home labs. There's something uniquely satisfying…
iotAutomating Raspberry Pi K3s provisioning with Ansible
In this article, we will be looking at how we can automate most of the steps involved in installing a Raspberry Pi+K3s cluster by using Ansible. I…
kubernetesA closer look at commands and args in Kubernetes Pods
In my previous blog post, we looked at how commands and args work in Docker. If you missed that one, the link is down below. A closer look at commands…
iotBuilding your own private Kubernetes cluster on a Raspberry PI 4 with K3S
Build a two-node Kubernetes cluster on Raspberry Pi 4s with k3s, from flashing the SD card through cgroups, static IPs and joining the agent.
Updated · originally
kubernetesTips and Tricks to Ace the Certified Kubernetes Application Developer
How I prepared for the Certified Kubernetes Application Developer exam, and the kubectl habits that save the most time under the clock.
asp.net coreDeploying an ASP.NET Core App on Google Kubernetes Engine
I recently started playing around with the Google Cloud Platform. Since ASP.NET Core now runs on virtually any major OS, I wanted to give it a go with…