Skip to content

How to successfully achieve bidirectional service reflection (endpointslice reflection) on namespaces with the same name on all kubernetes clusters #3085

@jv4n5e

Description

@jv4n5e

I am currently facing the title's conundrum:
If I have a service being reflected from A to X, Y, and Z, and that is the only thing that is being reflected, how can I get a complete mesh between all pods on clusters A, X, Y and Z, if reflection is only occurring from cluster A to X, Y and Z? I then started by establishing bidirectional peering between A and X, but I could not get past that since having bidirectional peering is now 'overwriting' or conflicting endpointslices effectively cancelling each other.

This may be caused by declarative peering, as that is how I need to implement the peering, but I'm not sure. Please let me know what information you need to assist me, and what would be the correct way to achieve the initial goal of building a service mesh.
Since all I need is service reflection, I am leveraging virtual nodes on all Kubernetes clusters with create-node flag set to false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions