Study. uk . com
  1. Home
  2. All questions
  3. 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?

  1. Restart kube-proxy with -v=4 and look again
  2. Switch kube-proxy to IPVS mode
  3. Read the rules directly with iptables-save
  4. Enable audit logging on the API server
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?

Challenge yourself on this topic → Study as cards