Version 1.7. This version is no longer supported. For information about how to upgrade to version 1.8, see Upgrading Anthos on bare metal in the 1.8 documentation. For more information about supported and unsupported versions, see the Version history page in the latest documentation.
Google Distributed Cloud supports two load balancer options: bundled and manual.
Bundled load balancer mode
If you choose bundled load balancing, Google Distributed Cloud deploys Layer 4 load balancers
during cluster installation. An external load balancer is not needed. The load
balancers can run on a dedicated pool of worker nodes or they can be located on
the same nodes as the control plane.
All nodes that run load balancers must be on the same Layer 2 subnet because load
balancers broadcast
ARP
messages to announce VIPs.
The following diagram shows an example network topology where bundled load
balancers are located on the control plane nodes.
Manual load balancer mode
If you choose manual load balancing, Google Distributed Cloud does not deploy load
balancers. This allows more flexibility than bundled load balancing and there
are no Layer 2 network requirements.
You must configure your control plane nodes' VIPs on an external load
balancer before installing the cluster. After installation, you must pick a load-balancing solution for Kubernetes Services and Ingresses.
The following diagram shows an example network topology of a cluster using
manual load-balancing mode with an external load balancer.
[[["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."],[[["Google Distributed Cloud offers two load balancer options: bundled and manual."],["Bundled load balancing deploys Layer 4 load balancers during cluster installation and does not require an external load balancer, but requires all load balancer nodes to be on the same Layer 2 subnet."],["Manual load balancing does not deploy load balancers, offering more flexibility and no Layer 2 network requirements, however it requires configuring control plane node VIPs on an external load balancer."],["With manual load balancing, users must choose their own load balancing solution for Kubernetes Services and Ingresses."]]],[]]