Hacker News new | ask | show | jobs
by xelamonster 584 days ago
I migrated several services from Kubernetes to compose and couldn't be happier. K8s was a maintenance nightmare, constantly breaking in ways that were difficult to track down and unclear how to fix once you did. Compose configs are simple and readable with all the flexibility I need and I've literally never had an issue caused by the platform itself.
1 comments

This depends on your use case of course, compose autoscaling is maybe harder but I don't personally need that.