Study. uk . com
  1. Home
  2. All questions
  3. Question 235

CKA study material · question 235 of 1000

A load balancer implementation routes straight to Pods and does not need node ports. Which field turns them off?

  1. allocateLoadBalancerNodePorts
  2. externalTrafficPolicy
  3. internalTrafficPolicy
  4. loadBalancerClass
Show the answer

Answer: A. allocateLoadBalancerNodePorts

Setting allocateLoadBalancerNodePorts to false suits implementations that route directly to Pods.

Source: Service (Kubernetes) — Load balancers with mixed protocol types

Challenge yourself on this topic → Study as cards