You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if you include the installation of an HAProxy as load balancer for the services, or is it already there, I mean is there any load balancer there, and how can I use it?
I deployed an app and didn't find the entry point from the service port, here is my JSON:
I think it comes already with an haproxy installation script, but it still needs to be executed twice, once to install the haproxy on the system, and the second time to connect it with marathon.
Here are the commands that must be run on each master:
# Install it, assuming that marathon operates on 172.31.3.11:8080
/opt/marathon/bin/haproxy-marathon-bridge install_haproxy_system 172.31.3.11:8080
# configure it, assuming that marathon operates on 172.31.3.11:8080
/opt/marathon/bin/haproxy-marathon-bridge 172.31.3.11:8080
It would be still nice to have it integrated into vagrant, or is it already there?
It would be great if you include the installation of an HAProxy as load balancer for the services, or is it already there, I mean is there any load balancer there, and how can I use it?
I deployed an app and didn't find the entry point from the service port, here is my JSON:
I expected to reach the service on MASTER_IP:1111 but it didn't!
Huge thanks for this really helpful work.
The text was updated successfully, but these errors were encountered: