- Home
- All questions
- Question 876
CKA study material · question 876 of 1000
You want to separate a broken Service from a broken application. Which test does that?
Show the answer
Answer: B. Connect to each endpoint address on the Pod's own port
Going straight to the Pod addresses on the Pod port bypasses the Service mechanism entirely, so a failure there is the application and a success points at the proxy layer.
Source: Debug Services (Kubernetes) — Are the Pods working?