Location, RH 69, FRANCE
jpl@it-dust.net

Tag: gke

Bind a domain name to a GKE service with Google Cloud DNS

Identify the external IP address with kubectl: Choose the service to expose and get its external ip address. If it’s not already done, enable the DNS API for the project containing your cluster here. Then create a new zone for your domain, if it’s not existing yet: Let us say one want to bind a…
Read more

Add a kubectl config entry for a cluster in Google Cloud

With the gcloud SDK one can add a cluster configuration int the kubectl config with the following command: If you’re already authenticated with gcloud against the right project and the right zone, the following command is good enough: At this point the current context is set to the target cluster and one can get cluster…
Read more