-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service only supports one exposed port #184
Comments
Aside: We could also identify and report a better error here assuming we don't have a forthcoming fix for this. |
Kubernetes addresses this by separating the notion of A Kubernetes A Kubernetes Unfortunately, ECS doesn't have such a split - the ECS |
I think ECS supports this for classic LBs with multiple listeners. I have to admit, I don't know specifically what that would lose us as this point, and whether that loss would be prohibitive. |
Trying to create a single service with multiple ports exposed - such as:
Leads to:
This is due to http://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-load-balancing.html:
That is a significant limitation that I was not previously aware of. It's not yet clear how we will work around this.
The text was updated successfully, but these errors were encountered: