amazon web services - What settings on HAProxy needed to work with AWS ALB (Application Load Balancer)? -


currently, have 200 containers(several different applications) running in mesos-marathon cluster. behind haproxy instances , works on http/https protocol.

internet --> aws elb --> haproxy --> docker containers

now have requirement make 1 existing application run on websocket protocol. thinking add new aws alb achieve this. hence setup like

        (websocket) internet --> new aws alb --> haproxy --> docker containers          (http/s) internet -->  aws elb  --> haproxy --> docker containers 

what setting need make haproxy work current http/s , new websocket?


Comments

Popular posts from this blog

python - What's the Pythonic way to report nonfatal errors in a parser? -

angular - Converting AngularJS deffered promise to AngularX observable for JSOM -

sql server - Deadlock occuring in Clustered Columnstore index -