←back to thread

221 points finnlab | 2 comments | | HN request time: 0s | source
Show context
bauerd ◴[] No.43545430[source]
Last thing I need is Kubernetes at home
replies(11): >>43545448 #>>43545480 #>>43545584 #>>43545606 #>>43545610 #>>43545648 #>>43545656 #>>43545661 #>>43548737 #>>43550543 #>>43552457 #
mrweasel ◴[] No.43545606[source]
It is still my opinion that most businesses do not need Kubernetes, and neither should anyone self-hosting a service at home.

I can see running something in a Docker container, and while I'd advise against containers what ships with EVERYTHING, I'd also advise against using Docker-compose to spin up an ungodly amount of containers for every service.

You shouldn't be running multiple instances of Postgresql, or anything for that matter, at home. Find a service that can be installed using your operating systems package manager and set everything to auto-update.

Whatever you're self-hosting, be it for yourself, family or a few friends, there's absolutely nothing wrong with SQLite, files on disk or using the passwd file as your authentication backend.

If you are self hosting Kubernetes to learn Kubernetes, then by all means go ahead and do so. For actual use, stay away from anything more complex than a Unix around the year 2000.

replies(5): >>43545625 #>>43545652 #>>43546042 #>>43546178 #>>43549714 #
1. vbezhenar ◴[] No.43546042[source]
I'd love to use Kubernetes for my self hosting. The only problem is it's too expensive.
replies(1): >>43546185 #
2. k8sToGo ◴[] No.43546185[source]
How is it too expensive? If you want to use the eco system you can still use something like k3s