Hi all,
I am having a mesos cluster (version 0.25.0) running in with 3 masters. I
am getting back to the community regarding the best practise that can be
adopted.
-I want to access the UI from a login node. How can I use haproxy in this
case? I have the following HAProxy configuration file on the login node
which has access to the three nodes running masters (servers with ip1, ip2,
ip3).
#---------------------------------------------------------------------
# Proxy for the mesos-master console
#---------------------------------------------------------------------
listen mesos-master 0.0.0.0:5050
mode http
option forwardfor
server server1 ip1:5050 check
server server2 ip2:5050 check
server server3 ip3:5050 check
---
I'd greatly appreciate any inputs here.
Thanks!
--
Regards,
Haripriya Ayyalasomayajula