Live data from Hacker News

Ask HN: Affordable K8s for individuals?

news.ycombinator.com

1–9 of 9 posts

Ask HN: Affordable K8s for individuals?

#1
Hey guys,

I currently have a single node root server which runs via Docker several applications (Nextcloud, Synapse, VPN, ...). If I need to apply security patches/updates I need to reboot this machine which takes all my services down. Due to my work as an IT Architect I am familiar with Kubernetes. I kinda like the idea to have a Kubernetes which runs the applications in a HA cluster. The last couple days I tried to create with three root servers and a private empty vlan a cluster myself (based on Microk8s or LXD/Juju). But due to a missing vswitch in this vlan it was for me at least kinda impossible to create a HA Cluster.

So my question basically is, do you guys run your own Kubernetes cluster? And if yes how do you achieve it? Is it affordable? Because buying Azure, AWS and co doesn’t seem like to be affordable for private persons

BR

Re: Ask HN: Affordable K8s for individuals?

#7
post #6

How would one implement this kind of thing? Grow a 1-VM cluster to a 2-VM one and migrate pods over, update dns etc, and then downscale back to 1 vm? Does k8s handle this use case well?

Sorry, I don't get your question. Which 1 VM cluster? Growing 1 VM into 2 VM?

Re: Ask HN: Affordable K8s for individuals?

#8
you can run your own. get one computer, run multiple VMs and run the cluster on them. Or buy multiple computers and run your own cluster. unless you're dealing at scale, the overhead of running and upgrading your own k8s is usually not worth it.