Hacker News new | ask | show | jobs
by dpacmittal 2313 days ago
Docker-compose with nginx-proxy should work well for home labs.
3 comments

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!