- Home
- All questions
- 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.
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