GCP Loadbalancer COPY Flashcards
What are the 3 load balancers types?
- Global external load balancer
- Regional external load balancer (Network LB)
- Regional internal load balancer
When using Global external load balancer, what are the supported protocols?
- HTTP(S)
- SSL/TCP
When using Regional external load balancer, what are the supported protocols?
- TCP
- UDP
I need to send traffic over ipv6 to an auto scaled instance pool, can I use a global load balancer?
Yes the global load balancer will accept ipv6 traffic and proxy to the internal pool over ipv4.
What type of load balancer is the Global external load balancer, L4 or something else?
Layer 7
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?
Global external load balancer supports websockets.
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?
Location based load balancing, requests are distributed by location.
What is content based load balancing?
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.
Can I use the Global external load balancer to LB TCP traffic?
No.
Can we apply a firewall rule to the front end of the LB>
No, but we can apply FW rule to the instance pool ar backend.