In Dcos on premises , How outside world reach to docker container if we are using mesos-dns for service discovery ?
Lets say my mesos domain is marathon.mesos I have deployed Nginx container using Marathon framework and mesos-dns discover as "nginx.marathon.mesos" . Within the cluster i can access http://nginx.marathon.mesos via web brower , thats no issue.
But in outside the cluster( in public world) that nginx container server need to present as "abc.xyz.com" when someone type abc.xyz.com , traffic should route to nginx container, If i use mesos-dns for service discovery how can we deal with this scenario ?