- Home
- All questions
- Question 723
CKA study material · question 723 of 1000
Why is externalTrafficPolicy: Local often chosen for a LoadBalancer Service?
Show the answer
Answer: A. It removes the extra hop and preserves the client source address
Local sends external traffic only to endpoints on the receiving node, which avoids the second hop and the source NAT it entails — at the cost of nothing being forwarded when that node has no endpoint.
Source: Virtual IPs and Service Proxies (Kubernetes) — Traffic policies › External traffic policy