"Kubernetes is overkill for a Home Lab", exhibit 493 (made up number): I'm trying to make Pi-Hole egress to the internet via the loadbalancer IP, rather than the node IP (default). To do that, I need to implement Cilium Egress Gateway, which is horribly complicated, and will be used for a one-off. But if I don't do so, I need to review all my firewall rules, which only allow very few IP addresses in my network to query external DNS servers. Ugh. I'm starting to reconsider my sanity. What am I getting myself into?  

Edit: nothing like a good night of sleep. I found a solution using traffic policies in my router, so I no longer need the complexity of the k8s egress gateway. 👍

#HomeLab #TalosLinux #Kubernetes #Cilium #PiHole @homelab

@badnetmask @homelab
Would Nomad for a homelab be an option? I have a TuringPI box, with 4 nodes, and need something to orchestrate that. Have been playing around with kubernetes. Nomad looks interesting.
@krist @badnetmask @homelab
Certainly, Nomad works great. I'm using it with consul on my homelab.
@Giz @badnetmask @homelab currently my plan is to use bootc to create fedora images with nomad and consul installed, then configure using ansible, and the have fun with nomad.
@krist @badnetmask @homelab
Nomad is nice and works well.
My personal journey was k8s, k3s, Nomad and now basic docker-compose managed with Komodo & Forgejo (auto deploy with webhook on git push). 3 HW machines, several VMs.
@abmurksi @krist @homelab
Nomad not only is too narrow of a (weird) niche, but is also basically vendor lock-in. I know a few people who migrated from Nomad to some Kubernetes distro. Certainly not a choice for me.
@badnetmask @krist @homelab
Fair, especially the vendor lock-in is real.
But for workload orchestration it worked well.