- Home
- All questions
- Question 386
CKA study material · question 386 of 1000
Which test distinguishes a DNS fault from a proxying fault for a Service?
Show the answer
Answer: C. Connecting to the Service's cluster IP directly
Testing the cluster IP directly bypasses DNS, so a working IP with a failing name is a DNS problem.
Source: Debug Services (Kubernetes) — Does the Service work by IP?