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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -