Skip to content

Multiple fabio instances load balancing different set of services. #551

@eliasbrange

Description

@eliasbrange

Howdy! I have a question regarding if it is possible to use multiple fabio instances that serves requests to different sets of services? Say that I have four services, SvcA, SvcB, SvcC, SvcD. I want two fabios to route traffic to these in the following fashion.

fabio1:9999/svc1 -> SvcA
fabio1:9999/svc2 -> SvcB
fabio2:9999/svc1 -> SvcC
fabio2:9999/svc2 -> SvcD

So what I'm after is that one fabio should only pick up one set of services in consul, and one other fabio should pick up another set. Is that possible?

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