- Home
- All questions
- Question 880
CKA study material · question 880 of 1000
A Pod cannot reach itself through its own Service IP. Which two hairpin-mode values allow that to work? Choose two.
Show the answer
Answer: A. hairpin-veth
C. promiscuous-bridge
The kubelet's hairpin-mode must be hairpin-veth or promiscuous-bridge for a Service endpoint to load balance back to itself.
Source: Debug Services (Kubernetes) — Edge case: A Pod fails to reach itself via the Service IP