aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.2k stars 316 forks source link

[ECS] Support StatefulSets in ECS #1008

Open akshayvvr opened 4 years ago

akshayvvr commented 4 years ago

Community Note

Tell us about your request A configuration to allow ECS to deploy StatefulSets. I Want to maintain a sticky identity for each container within the Task . These containers are created from the same spec, but are not interchangeable: each has a persistent identifier that it maintains across any rescheduling. Something basically like a StatefulSets equivalent of EKS in the ECS world.

Which service(s) is this request for? ECS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? Want to be able to create stateful applications using StateFulSets. So I want a predictable name for the containers generated from the TaskDefinition.

Are you currently working around this issue? I'm deploying it in EKS as a K8s statefulSet resource

More Reading on this issue https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/

otterley commented 3 years ago

Duplicate of #127