Hacker News new | ask | show | jobs
by sixhobbits 10 days ago
I've been running k3 on a single bigger hetzner dedicated machine to power https://demo.opensuite.online, a work-in-progress open source replacement for Google Workspace, a distribution of what the Dutch government is trying to switch to but they seemingly don't care about UX at all so I wanted to try build on their foundations (which in turn are basically just nextcloud, element, and some others).

Anyway can definitely recommend, it feels like a real cluster but it's all on a single piece of hardware which makes snapshots etc super simple.

2 comments

I've been doing the same for over a year. I think single node kubernetes is very underrated, both for running a single project or for multiple.
What are the advantages of running Kubernetes on a single node versus not using kubernetes at all (which seems simpler to me).
It made it trivial for me to deploy reproducible blocks that are also nicely integrated and automated on certain axes (DNS, LetsEncrypt, load balancer / reverse proxy, storage management, PostgreSQL databases with backups).

All of that with considerably easier to understand and debug mechanisms in my experience than doing it with old school configuration management or, even worse, manually.

Using the same software you might use at work and getting better at it, perhaps even exploring simpler distros like K3s, k0s, Minikube or whatever people use nowadays.
> seemingly don't care about UX

That seems to be the case on every project with the folks that sign the checks or contracts for integrating other vendors.

I think Jobs was the rare exception there.