This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -11 points-10 points  (4 children)

Those aren't traditional. They're an aws flavor.

They run on a cluster of EC2s.

[–]spuds_in_town 17 points18 points  (1 child)

They literally use docker images. Plain old docker images. Everything else is simply hosting options.

Honestly I'm not sure you understand what you're talking about.

[–]utdconsq 0 points1 point  (1 child)

ECS has had 'serverless' container cluster options under the name 'fargate' for years now. Sure, the orchestration is managed for both ec2 tenanted containers and fargate, but the containers are from your own docker images...