GCP Loadbalancer Flashcards

1
Q

What are the 3 load balancers types?

A
  • Global external load balancer
  • Regional external load balancer (Network LB)
  • Regional internal load balancer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When using Global external load balancer, what are the supported protocols?

A
  • HTTP(S)

- SSL/TCP

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

When using Regional external load balancer, what are the supported protocols?

A
  • TCP

- UDP

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

I need to send traffic over ipv6 to an auto scaled instance pool, can I use a global load balancer?

A

Yes the global load balancer will accept ipv6 traffic and proxy to the internal pool over ipv4.

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

What type of load balancer is the Global external load balancer, L4 or something else?

A

Layer 7

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

My application is in a auto scaled instance pool and I need to chose a load balancer that supports websockets, can I use a native GCP LB or do I need a 3rd party LB?

A

Global external load balancer supports websockets.

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

When I have traffic coming from asia to the Global external load balancer and what it to hit the asis instance pool and not the US instanstance pool, what is this type of load balancing called?

A

Location based load balancing, requests are distributed by location.

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

What is content based load balancing?

A

It is where the the destination backend pool is chosen based the request you make. This could be we have two back end pools, video, web pages, if you request a video, your request is sent to the video backend pool.

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

Can I use the Global external load balancer to LB TCP traffic?

A

No.

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

Can we apply a firewall rule to the front end of the LB>

A

No, but we can apply FW rule to the instance pool ar backend.

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