GCP Loadbalancer Flashcards
What is the Google load balancer?
It is a distributed global load balancer. You get a global anycast IP, this means your traffic enters google’s network closes to you and packets travel over the google network independent of the internet network.
- backends are based on load
- Only healthy backends receive load
- No prewarming required (No need to tell google of big load on the way)
What is a network load balancer?
- Regional load balancer
- TCP
I need an external ipv6 load balancer, what is my best option?
This is not supported by GCP
I need to load balance global TCP traffic, what is my best option?
use a multi-region load balancer, this type of LB will support loadbanancing.
What types of load balancers are supported?
L7 Regional Internet facing L7-Global internet facing L4-Regional internet facing and internel L4-Global internet facing and internel L4-UDP-Regional internet or internal
I require IPv6 termination for global users, what are my options?
Use internet facing global LB, this type of LB can terminate IPv6 traffic.^
When should I use a regional LB?
When my users are concernatrated in a region