Programmatically access two GKE clusters? #4648
Unanswered
keith-miller
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to figure out how to access two k8s clusters in GKE for a dashboard I am building. Reading up the only way I can see to do this is to:
gcloud container clusters get-credentials
for the first clusterIs that the only way to do it? Was wondering if there was a way to possibly use
com.google.auth:google-auth-library-oauth2-http
library to build a Config.Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions