- Home
- All questions
- Question 784
CKA study material · question 784 of 1000
A Service sets ipFamilyPolicy to RequireDualStack and is applied to a single-stack cluster. What happens?
Show the answer
Answer: D. Creating the Service fails
RequireDualStack fails outright where dual-stack is unavailable; PreferDualStack is the setting that falls back quietly to single-stack behaviour.
Source: IPv4/IPv6 dual-stack (Kubernetes) — Services