This ALB announcement + the nicer ECS integration could tip the balance though.
Any thoughts on how likely it is that Kubernetes can/will take advantage of ALBs (as Ingress objects I suppose) soon ?
131–140 of 140 posts
This ALB announcement + the nicer ECS integration could tip the balance though.
Any thoughts on how likely it is that Kubernetes can/will take advantage of ALBs (as Ingress objects I suppose) soon ?
Does anyone know if it (finally) supports sticky websocket sessions?
Yes they do. For a single connection the websocket will always go to the same back end regardless of sticky sessions being enabled. If stickyness is enabled, and the same client creates a new websocket, it will go to the same back end as previous connections.
As a heavy ECS user, all I can say is thank you, finally!
What are you using for configuration / orchestration of both the container servers and the tasks? CF? Terraform?
We have ALB working already.
https://github.com/convox/rack/pull/1045
Disclaimer: I work on Convox.
Any idea if it's HIPPA compliant?
Earlier quoted context omitted.
If you're using classic (non-VPC) you have to use classic ELBs.
Is there a benefit to using 'Classic'?
Does anyone know if it (finally) supports sticky websocket sessions?
Yes they do. For a single connection the websocket will always go to the same back end regardless of sticky sessions being enabled. If stickyness is enabled, and the same client creates a new websocket, it will go to the same back end as previous connections.
Did you have to do anything special to get this to work?
Earlier quoted context omitted.
Because Phoenix has a WS abstraction (Channels) and supports it out of the box.
Yes but isn't one of Elixir's strenghts that it scales very well on a single machine? Why do we need the load balancing?
Earlier quoted context omitted.
Great. I'm looking forward to the day when I can retire my hacky workarounds to facilitate websockets on Elastic Beanstalk.
Out of curiosity, what are these workarounds ?
+1 for CloudFormation support on launch day. +1 for support for ECS services with dynamic ports (finally!) -1 for no CloudFormation support for ECS (To configure an ECS service to use an ALB, you need to set a Target Group ARN in the ECS service, which is not exposed by CloudFormation)