Hacker News new | ask | show | jobs
by dadro 1788 days ago
We use AWS ElasticBeanstalk with Docker images for our app infrastructure and it has served us well. I think it ends up being similar in that it pushes docker images to EC2 containers. It may not be cutting edge but affords us all the conveniences of docker images for deps while not needing the deep knowledge (and team resources) Kubernetes often requires.
2 comments

Totally agree, it can scale to a lot of requests until you need to level up to container orchestration, but to be fair it is not competing on the same space as K8s.
Do you use the "Multi-container Docker running on 64bit Amazon Linux/2.26.2" platform?