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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -