I deployed a service on DC/OS with the following config
when I access this address (http://eureka.marathon.l4lb.thisdcos.directory:8761/) it says the site can't be reached, although all services are healthy on my dashboard.
How can I access the public IP of the service?
I don't know if it is related or not but when I look into the load balancing config of my public slaves, I get 0 of 2 instances in service
<vip-name>.marathon.l4lb.thisdcos.directory:<vip-port>
is the internal named virtual IP, configured with the VIP_0
env var in your example.
VIPs are not externally exposed. They are made possible via layer 4 name and IP mapping performed by DC/OS components on each node.
In order to expose a public address you have a few options:
webui_url
for administrative access via the admin router.