Y
Hacker News
new
|
ask
|
show
|
jobs
by
noahm
3127 days ago
Fargate uses the same task definition abstraction as Amazon ECS. See
http://docs.aws.amazon.com/AmazonECS/latest/developerguide/l...
So yes, you can launch multiple containers in a single logical unit.
1 comments
politician
3126 days ago
A word of caution: ECS multi-container tasks do not have the same semantics as Kubernetes pods. In particular, there is no support for bidirectional network discovery.
link