You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to successfully achieve bidirectional service reflection (endpointslice reflection) on namespaces with the same name on all kubernetes clusters #3085
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