- Home
- All questions
- Question 878
CKA study material · question 878 of 1000
A Service resolves, has correct endpoints, and each Pod answers when addressed directly, yet the Service IP does not work. What is the remaining suspect?
Show the answer
Answer: D. The Service proxy, kube-proxy on most clusters
Once name resolution, endpoints and the Pods themselves are all proven, the only layer left between the client and the backend is the Service proxy.
Source: Debug Services (Kubernetes) — Is the kube-proxy working?