Hacker News new | ask | show | jobs
by nunez 589 days ago
I'm having this problem now with our home automation stack. Compose is super easy to start with but scales poorly and makes things like "I want to access this service at https://foo.bar instead of http://somehost:61234, no HTTPS because the app doesn't support it natively and I don't have time to roll nginx."

Kubernetes makes this so easy once you get past the YAML and abstractions, so I'll probably FINALLY move this stack over to it. Long overdue.

And this is coming from someone who for the longest time recommended that developers new to containers start with compose before considering Kubernetes!