I used to run single node Kubernetes at home, but it's finally time to drop it in favor of NixOS services. - @wilson@hachyderm.io
I used to run single node Kubernetes at home, but it's finally time to drop it in favor of NixOS services. - @wilson@hachyderm.io

husin.dev
Bye Kubernetes at home | Wilson Husin

Isn't k8s pretty much overkill for anything single-node?
Yes and No it depends. For example if you want to have better security and have your services to have as little down time as possible its a great choice also k8s is almost never needed(except is some scenarios) but rather k3s
What does k8s (or k3s) give you for a single-node setup that you can't get from docker swarm or even plain docker-compose?
Probably. Yes.