openhamclock

OpenHamClock on Kubernetes

Running OpenHamClock on Kubernetes (RKE2 and ArgoCD) In this tutorial, I will walk through my Kubernetes version of running OpenHamClock in my homelab. In this setup, everything is defined in YAML, committed to Git, and synced to the cluster by ArgoCD. Access is handled by NGINX Ingress with TLS from cert-manager, which is how I publish it at hamclock.w3rdw.radio. If you want to follow my exact layout, use my RKE2 GitHub project....

February 10, 2026 · 3 min · Robert D. White
ADSB

ADSB on Kubernetes

Setting Up an ADS‑B Flight Tracker with a Cheap Antenna on Kubernetes (RKE2 and ArgoCD) This is the Kubernetes version of my earlier Docker‑based ADS‑B guide. In this setup, everything is defined in YAML and deployed via ArgoCD, and changes are tracked in Git and synced automatically to the cluster. Access is handled through an NGINX Ingress with TLS from cert‑manager, which is how I publish the ADS‑B UI at adsb....

February 8, 2026 · 4 min · Robert D. White