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
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
I'd really like to see marathon-lb register a service DNS name and VHOST.
For example, Use default httpbin and nginx as services tied to a marthon-lb instance. Marthon-lb should register something to the effect of httpbin.lb.marathon.mesos and nginx.lb.marathon.mesos pointing to the marthon-lb IP address. Secondly, marthon-lb would have a default VHOST setup for those addresses.
Second to this, If an organization sets up External access to mesos-dns per the docs using DNAME, a configuration value in marathon-lb could be configured as a base DNS name.
Example: DNAME mesos-dev.example.com which would be set for marathon-lb VHOSTS as httpbin.lb.marathon.mesos-dev.example.com (Something to that effect)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd really like to see marathon-lb register a service DNS name and VHOST.
For example, Use default httpbin and nginx as services tied to a marthon-lb instance. Marthon-lb should register something to the effect of
httpbin.lb.marathon.mesos
andnginx.lb.marathon.mesos
pointing to the marthon-lb IP address. Secondly, marthon-lb would have a default VHOST setup for those addresses.Second to this, If an organization sets up External access to mesos-dns per the docs using DNAME, a configuration value in marathon-lb could be configured as a base DNS name.
Example: DNAME mesos-dev.example.com which would be set for marathon-lb VHOSTS as httpbin.lb.marathon.mesos-dev.example.com (Something to that effect)
The text was updated successfully, but these errors were encountered: