Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nwienert
on May 14, 2021
|
parent
|
context
|
favorite
| on:
Ask HN: What do you think will come after Kubernet...
Does anyone make anything that just takes your docker compose file and run it really easily with a lot more features?
I’m happy with compose. It works. I know swarm was supposed to solve this but is dead now (?).
__turbobrew__
on May 14, 2021
|
next
[–]
ECS can take a docker-compose file and run it, although it is not turnkey. You still need to create the ECS cluster, set up auto scaling, and create any load balancers needed so I would not say it is “simple”, but it is definitely simpler than k8s.
tluyben2
on May 14, 2021
|
prev
|
next
[–]
I am wondering about this too. After playing around with all of this, to me it seems this is what people actually want.
fletchowns
on May 14, 2021
|
prev
[–]
The simplicity of docker compose and ease of using it for local development is really nice
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I’m happy with compose. It works. I know swarm was supposed to solve this but is dead now (?).