Skip to content

Question: Support for Consul v0.7.3 Node tags #252

@gamefundas

Description

@gamefundas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions