I have 3 mesos masters running and all are registers with Zookeepers.
3 Mesos URL :-
http://mesos1.test.com:5050
http://mesos2.test.com:5050
http://mesos3.test.com:5050
Now, All 3 URL's can be accessed from my local browser. So, When I hit the 1st URL, it will redirect me to the leader URL if it is not the leader.
Now, I am trying to deploy this into Kubernetes. Since, the pod can not be accessed directly I am using a service on top of that. But, when the redirection happens it redirects using the pod name which can not be accessed outside kubernetes cluster. Is there anyway to setup mesos master on Kubernetes?