01-04-2026, 06:11 AM
I've been genuinely pleased with the reliability and performance of modern container orchestration for personal projects. My setup is a small Kubernetes 1.28 cluster built with three used Intel NUC 11 Pro kits, running on Ubuntu 24.04 LTS in my home office in Seattle, primarily to host a portfolio of web apps, a private Git server, and some data processing pipelines. The cluster itself is stable, but I'm now facing the classic complexity wall when it comes to day-two operations, specifically around secure ingress, automated TLS certificate management, and establishing a proper GitOps workflow without drowning in YAML files. With limited time for maintenance, I need a simpler, more opinionated approach. For those running similar homelab or small-scale production clusters, what's your preferred stack for managing ingress and TLS—are you using Traefik with Let's Encrypt, or has the newer Gateway API with cert-manager simplified things? Furthermore, what GitOps tool have you found most intuitive for a solo operator; is Argo CD or Flux with Kustomize significantly easier to manage than manual kubectl apply commands, and are there any specific patterns for structuring your Git repositories that have saved you from configuration drift headaches?