Skip to content

Single port cluster  #45

@varl

Description

@varl

One question which may be important - do we want to support arbitrary context paths per cluster, or would it be sufficient to support a singular "cluster" gateway which proxies to multiple "versioned and named" clusters behind it. I.E.

d2 cluster config --port 8080
d2 cluster add --version dev --name mydevinstance
d2 cluster add --version 2.32 --name latest

(or something better with nicer commands)

Could result in a single gateway pointing at multiple clusters behind-the-scenes, so you could access localhost:8080/mydevinstance and localhost:8080/latest. This is a little less flexible but a little more controlled than allowing arbitrary context specification.

Originally posted by @amcgee in #39 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions