-
Notifications
You must be signed in to change notification settings - Fork 111
Support Multi-cluster #62
Comments
+1 to this as I can see the customer need growing. |
I am currently running multiple clusters. I have an instance of dex, and of gangway in each cluster. It seems to work ok, except gangway generates kubeconfig credentials using the email as the name, which is the same across all clusters, so it conflicts. I can work around it with a custom template, but that is a bit of a hacky solution. |
if we do this we should consider the new flags on the apiserver:
and assert that we understand what clusters the token is being minted for |
Guys we use 1 central dex, and deploy specific gangway for each cluster. This works fine for us, and allows one kubeconfig that you can change contexts with. |
I'm working with a customer in the Financial Services space that would like Gangway to support multiple clusters. |
After two years, is there any plans to get this in place? |
Currently, Gangway is engineered to work on a single cluster. It would be great to allow it to authenticate multiple clusters.
The text was updated successfully, but these errors were encountered: