Using Skupper with Google Kubernetes Engine (GKE)
Prerequisites
- You must have access to a GKE cluster.
- You must install and set up the Google Cloud SDK (
gcloud
).
Cluster access
Use the gcloud
command and the Google Cloud console to log in:
- Log in from your terminal using the
gcloud auth login
command. - Go to console.cloud.google.com and sign in.
- Select Kubernetes Engine in the menu on the left.
- Navigate to your cluster.
- Select the Connect link at the top of the page.
- Copy the provided
gcloud
command. - 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.