GCP Loadbalancer Flashcards

1
Q

What is the Google load balancer?

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a network load balancer?

A

-Regional load balancer
-TCP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

I need an external ipv6 load balancer, what is my best option?

A

This is not supported by GCP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

I need to load balance global TCP traffic, what is my best option?

A

use a multi-region load balancer, this type of LB will support loadbanancing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What types of load balancers are supported?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

I require IPv6 termination for global users, what are my options?

A

Use internet facing global LB, this type of LB can terminate IPv6 traffic.^

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When should I use a regional LB?

A

When my users are concernatrated in a region

How well did you know this?
1
Not at all
2
3
4
5
Perfectly