It is possible to connect to a remote kubernetes cluster hosted by google (GKE) with the following command, which automatically updates the .kube/config file:
gcloud container clusters get-credentials CLUSTER_NAME --zone ZONE_NAME --project PROJECT_NAME
It would be nice if this kind of configuration was supported by the java client out of the box.
It is possible to connect to a remote kubernetes cluster hosted by google (GKE) with the following command, which automatically updates the .kube/config file:
It would be nice if this kind of configuration was supported by the java client out of the box.