▲ | oron 13 hours ago | |||||||||||||
I just use a single k3s install on a single bare metal from Hetzner or OVH, works like charm, very clean deployments, much more stable than docker-compose and 1/10 of the cost of AWS or similar. | ||||||||||||||
▲ | p_l 4 hours ago | parent | next [-] | |||||||||||||
Doing the same, grabbed a reasonably cheap Ryzen (zen2) server with 64GB ECC and 4x NVMe SSDs (2x 512G + 2x 1024G). Runs pretty much this stack:
Plus few random things that are musings on future deployments for now.The server is barely loaded and I can easily clone services around (in fact a lot of the services above? instantiated from jsonnet templates). Deploying some stuff was more annoying than doing it by hand from shell (specifically nextcloud) but now I have replicable setup, for example if I decide to move from host to host. Biggest downtime ever was dealing with not well documented systemd-boot behaviour which caused the server to revert to older configuration and not apply newer ones. | ||||||||||||||
▲ | usrme 11 hours ago | parent | prev [-] | |||||||||||||
Do you have a write-up about this that you have to share, even if it's someone else's? I'd be curious to try this out. | ||||||||||||||
|