You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Consul
Last week I watched a talk given by Mitchell (I think it was from Dockercon EU ’14) that made a reference to an alternative form of service discovery that essentially entailed a Consul-provided virtual IP address. It sounded like connections to that IP (on any port?) would be accepted by Consul and forwarded to the host and port where the service is running. Is that an idea that is still being pursued? I can see that being useful for clients that don’t support SRV records natively (which is unfortunately most of them).
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Consul
For information, there is also https://github.com/containous/traefik I switch from fabio to traefik due to the feeling that traefik has a bigger community/dev team (it's only a feeling 😉).
By reading title of this subject, i was wondering if someone has already try to do a virtual ip managed with consul. I'm using keepalived, but with lock/watch/services/checks... Maybe it's possible to give all to consul ? (vip is essential beside fabio/traefik/haproxy... Due to fact that too many client have a too big dns cache to rely only on consul dns 😕)