Hacker News new | ask | show | jobs
by garettmd 1676 days ago
There is a large community of folks running kubernetes at home, aptly known as k8s-at-home (https://k8s-at-home.com/). They're a great resource for anyone wanting to get started with k8s at home (and especially on Pi's). They have helm charts for deploying a lot of common apps, a Discord channel, tutorials, etc.
2 comments

Thanks for this! I recently set up a k8s home cluster for running an older game's dedicated servers. This will he useful!

(For the inevitable "why?": One if the quirks of this old game is you can run multiple server instances networked together to work around lack of multithreading in the code- I'm developing k8s tooling to leverage that to scale performance. https://community.bistudio.com/wiki/Arma_3:_Headless_Client)

They have the highest quality helm charts I've ever seen, great project.