Stay organized with collections
Save and categorize content based on your preferences.
Network Gateway for GDC is the key component for enabling advanced networking
features in on-premises clusters. It's a
bundled gateway that gives you fine-grained control over the attributes of your
cluster network.
An important benefit of the gateway is the dynamic allocation of
floating IP addresses from a set of addresses that you specify in a
NetworkGatewayGroup custom resource. If the infrastructure reboots or resets,
the floating IP address capability ensures that it comes back with the same IP
address. This capability is key while creating a VPN tunnel, running features
like Egress NAT, or when speaking BGP, all of which depend on deterministic IP
addresses.
The egress NAT gateway configuration instructions in the
Google Distributed Cloud on bare metal documentation contain an
example
of a configured NetworkGatewayGroup resource.
Network Gateway for GDC supports the following features:
Flat IP mode
Egress NAT gateway
BGP-based Load Balancer
Multi-cluster connectivity
When advanced networking features, such as egress NAT gateway, assign a floating
IP address to a specific node, we call that a gateway node. The network
interface on a gateway node is configured with one or more floating IP addresses
in addition to the primary IP address of the node. If a gateway node fails, the
floating IP addresses are mapped to a different (gateway) node, and the advanced
networking features continue to work without disruption.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["Network Gateway for GDC enables advanced networking features in on-premises clusters, providing fine-grained control over the cluster network."],["It dynamically allocates floating IP addresses from a specified set, ensuring consistent IP addresses after reboots or resets for features like VPN tunnels and Egress NAT."],["The gateway supports Flat IP mode, Egress NAT gateway, BGP-based Load Balancer, and multi-cluster connectivity."],["When advanced networking features assign floating IPs to a node, it becomes a gateway node, and if that node fails, the floating IPs are reassigned to another gateway node to prevent disruption."]]],[]]