-
Notifications
You must be signed in to change notification settings - Fork 201
Description
I’m exploring deploying Submariner on GKE, but I noticed that the GKE quickstart guide
references version 0.8, which is quite outdated.
Specifically, I’m wondering whether Submariner is fully deployable on VPC-native GKE clusters, and if the absence of IP forwarding on GKE nodes could cause issues (ip forwarding disabled on GKE).
In my testing, I deployed Submariner on a single-node VPC-native GKE cluster to connect it to a local cluster. Gateways appear to be connected correctly, and I can reach the gateway node from pods in the remote cluster. However, traffic does not get forwarded to pods that are running on the same gateway node.
GKE version: v1.32.6-gke.1060000
Submariner version: 0.21.0
Cluster setup: 1-node GKE cluster + local k3s cluster
Questions:
- Is missing IP forwarding on GKE nodes expected to cause traffic forwarding issues?
- Are there updated deployment instructions for Submariner on GKE?
- Any guidance on enabling intra-node traffic forwarding on GKE nodes when using Submariner?
Any insights or updated recommendations would be greatly appreciated.