- Home
- All questions
- Question 706
CKA study material · question 706 of 1000
An engineer sets externalName to 203.0.113.10 on an ExternalName Service, and nothing resolves. Why?
Show the answer
Answer: C. The value is treated as a DNS name made of digits, which will not resolve
An ExternalName value is always a DNS name, even when it looks like an address, and such names are not resolved. Pointing at a fixed address calls for a headless Service with a hand-written EndpointSlice.
Source: Service (Kubernetes) — Service type › type: ExternalName