5 ms·
Building a Homelab, Part 4 – Nixification, Kubernetes
- deleted 2y ago[deleted]
- bavell 2y agoVery enjoyable read!
- preisschild 2y agoI had a similar nixos homelab too, but i didn't use k3s and instead used the kubernetes module. I have since switched to Talos Linux, as the management is more "kubernetes-native" than using NixOS. Talos Linux: https://www.talos.dev/ https://www.talos.dev/
- _peeley 2y agoOh yeah, I had just heard about Talos Linux the other day in this blog post[0], and it seems super interesting. If I was all-in on Kubernetes, I'd probably consider it strongly. Unfortunately, though, there's other stuff that I want to run on the machines outside of the k8s cluster (like the BIND server I mentioned in the post). [0] https://xeiaso.net/blog/2024/homelab-v2/ https://xeiaso.net/blog/2024/homelab-v2/
- LorenzoGood 2y agoLove the article. In regards to your nixos configuration woes, you can adopt a pattern like GitHub.com/foehammer127/machines, which could help with Darwin/nixos separation, and should decrease de-duplication.