- Home
- All questions
- Question 879
CKA study material · question 879 of 1000
kube-proxy's logs do not show which endpoints it programmed for a Service. What does the guide suggest?
Show the answer
Answer: A. Restart kube-proxy with -v=4 and look again
The lines recording the endpoints set for each Service appear at higher verbosity, so raising kube-proxy's -v to 4 is the documented way to see them.
Source: Debug Services (Kubernetes) — Is the kube-proxy working? › Is kube-proxy proxying?