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.
Updated · originally
distributed systemsDeploying GitHub Self-Hosted Runners on Your Home Kubernetes Cluster with ARC
Deploy autoscaling GitHub Actions self-hosted runners on a k3s home lab with Actions Runner Controller, Helm, runner scale sets, and monitoring.
Updated · originally
distributed systemsBuilding a Home Lab Kubernetes Cluster with Old Hardware and k3s
Build a Kubernetes home lab from old laptops with Ubuntu Server and k3s, including networking, node setup, and cluster verification.
iotAutomating Raspberry Pi K3s provisioning with Ansible
Automate Raspberry Pi K3s cluster provisioning with Ansible, including inventory, roles, operating-system setup, and node installation.
kubernetesA closer look at commands and args in Kubernetes Pods
Understand how Kubernetes Pod command and args override a container image's ENTRYPOINT and CMD, with runnable YAML examples.
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
Explore the original ASP.NET Core deployment walkthrough using Docker, Google Container Registry, and Google Kubernetes Engine.