Load Balancing Flashcards
Which Load Balancers terminate connections, and which act solely as a “pass-through?”
ALB terminates connections. NLB and GLB are pass-throughs. CLB terminates L7 and passes-through L3 and L4.
“TCP” Passthrough is a reference to the NLB
In what scenario would you NEED to use Proxy Protocol v2 on your NLB to ensure the source IP was passed?
When you specify IP addresses in the target AND you are using TCP/TLS. (Not needed if using UDP)
What is an AWS Load Balancer Controller, and what are the prerequisites for installing one?
The controller allows creation and management of ALBs and NLBs directly from Kubernetes. Among the prereqs are an existing K8 cluster, and an existing IAM OIDC identity provider. Will need IAM role / policy
What protocol will the Gateway LB and its registered virtual appliance instance exchange for application traffic?
GENEVE (Generic Network Virtualization Encapsulation)