Hacker News new | ask | show | jobs
by JamesBarney 2308 days ago
My God does Kubernetes sometimes feel like using a cannon to remove a zit.
2 comments

Ha! I realized this yesterday after considering it (very briefly) for a home lab deployment—I’m pretty sure I dodged a cannonball on that one.
Docker-compose with nginx-proxy should work well for home labs.
You may also use Caddy instead of Ngnix. It's way easier to set up and customize.
Until it's not just one machine. You might briefly then use Swarm... But does anyone for long, whether production or home?

K8s has its complexities for sure, but to me it's the simplest - or at least 'only figure it out once' way of running multiple machines (besides having 'the webserver', 'the db server' etc., of course.)

I feel like there should be a better thing than kubernetes. In theory it’s simple, but in practice it’s so convoluted!
Yeah, that’s the plan I went back to when I realized I was way off track!
I can agree on this :p