Bye bye Ubuntu Server 20.04#
I moved all my apps from Ubuntu Server to Debian 12 after testing it out for a few months. It’s faster and uses less resources. There’s also no snap which is great! Migration went fine it was tedious but gave me an opportunity to clean up some tech debt I’d made when I first set the vm up. Running sudo shutdown -P now
was very satisfying. I still have a backup of the vm if I need to restore though.
Migrated ingresses to Traefik in LXC#
For a while I was running 3 different Traefik setups:
- primary docker vm on Ubuntu
- secondary docker vm (now primary) on Debain
- lxc in proxmox
Once I moved everything to file provider in lxc I could start moving everything off the old server and turn off the old ingresses. It also allowed me to setup a wildcard cert for my homelab instead of having traefik provision a new one every time I bring up a new service.
Another advantage of having traefik in lxc is that I’ve configure it in Proxmox to boot first after reboot. So I should always be able to access friendly urls as soon as possible.
NAS Cleanup#
Another chore was cleaning out some old config on my NAS, I want to try and cut down the raw read/writes. It also means it can go into power saving mode more often (hopefully).
Update power saving is working, I can tell because it sounds like a sound effect from a science fiction movie every time it spins up!
Next steps#
I’m looking at more hardware now, I want a physical k8s setup running Talos. I’m looking at a few different options including the TurinPi and Sipeed Nanocluster but the cost of compute modules is just insane for the performance they give. If anyone has any suggestions then send them my way!