-
Notifications
You must be signed in to change notification settings - Fork 737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kuma support for multi-zone service-mesh deployments #1170
Comments
Have you tried using |
I'll give this a try and report back |
It looks like setting the arg
Given a secret |
The |
@michaelbeaumont have you tested the kubeconfig flag? Based on this reporting seems broken #694 |
@stefanprodan I verified that Kuma policies are at least able to be created. It's not clear to me yet in what way that Istio problem would manifest using Kuma but I'll take a deeper look. |
Because we add owner refs to the generated objects, and the owner object (the canary) is not present on that cluster, only the TrafficRoutes are. |
Kuma policies are cluster-scoped so I don't think a |
@michaelbeaumont ah good point, thanks for the explanation. |
Describe the feature
Kuma support for multi-zone (multi-cluster) service-mesh deployments
What problem are you trying to solve?
Currently when using flagger with kuma set as the mesh-provider, updates to the service mesh are sent to the kuma control plane on the same cluster where flagger is deployed. When kuma is deployed in a multi-zone deployment mode, updates have to be sent to the global control plane.
Currently flagger reports errors when sending update instructions:
Proposed solution
We need a way to tell flagger the address of the kuma global control plane
The text was updated successfully, but these errors were encountered: