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

CKA study material · question 236 of 1000

allocateLoadBalancerNodePorts is set to false on a Service that already has node ports. Which two statements apply? Choose two.

  1. The existing node ports are not de-allocated automatically
  2. The change is rejected on an existing Service
  3. The node ports are released at the next controller sync
  4. The nodePort entry must be removed from each Service port
Show the answer

Answer: A. The existing node ports are not de-allocated automatically
D. The nodePort entry must be removed from each Service port

Turning the field off leaves allocated node ports in place until each nodePort entry is removed by hand.

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

Challenge yourself on this topic → Study as cards