Using Skupper with Google Kubernetes Engine (GKE)

Prerequisites

Cluster access

Use the gcloud command and the Google Cloud console to log in:

  1. Log in from your terminal using the gcloud auth login command.
  2. Go to console.cloud.google.com and sign in.
  3. Select Kubernetes Engine in the menu on the left.
  4. Navigate to your cluster.
  5. Select the Connect link at the top of the page.
  6. Copy the provided gcloud command.
  7. Paste the gcloud command into your console session.

See Configuring cluster access for kubectl for more information.

Enabling outbound connections

By default, private GKE clusters do not allow outbound connections to external IP addresses. To link a private GKE cluster to a remote site with Skupper, you need to enable outbound connections using Cloud NAT.

See the Cloud NAT overview for more information.

More information