Is there a plan to support Node tags which was recently added to Consul 0.7.3?
The real requirement for me is to be able able to route my calls to individual nodes in my service cluster. For example if Service-A has Node 1, 2, 3 then I would like to access them directly (non-loadbalanced way) via
http://fabio.host:port/service-A/node1
http://fabio.host:port/service-A/node2
http://fabio.host:port/service-A/node3
Even if the node names are numerical sequence it should be fine. We just need the ability to access the nodes via the fabio proxy.
I tried implementing this using consul-template + Nginx but came across fabio which seems to be doing most of the work for me in a simple plug and play manner. Would love to know if this feature can be implemented in some way.
Is there a plan to support Node tags which was recently added to Consul 0.7.3?
The real requirement for me is to be able able to route my calls to individual nodes in my service cluster. For example if Service-A has Node 1, 2, 3 then I would like to access them directly (non-loadbalanced way) via
http://fabio.host:port/service-A/node1
http://fabio.host:port/service-A/node2
http://fabio.host:port/service-A/node3
Even if the node names are numerical sequence it should be fine. We just need the ability to access the nodes via the fabio proxy.
I tried implementing this using consul-template + Nginx but came across fabio which seems to be doing most of the work for me in a simple plug and play manner. Would love to know if this feature can be implemented in some way.