I'm having trouble figuring out how I can set my kubectl context to connect to a googlecloud cluster without using the gcloud sdk. (to run in a controlled CI environment)
I created a service account in googlecloud Generated a secret from that (json format)
From there, how do I configure kubectl context to be able to interact with the cluster ?