Hello Everyone, can someone assist me to find kube-proxy config file I am solvin . . .

Rajendra Ghorpade:
Hello Everyone,
can someone assist me to find kube-proxy config file
I am solving Practice Test - Troubleshoot Network in question 2, i am facing issue to find config file for kube-proxy.
although in answer path is given as /var/lib/kube-proxy/config.conf but actually it is not present in that location
neither on control-plane nor in node.
thanks in advance.

Tej_Singh_Rana:
Hello, @Rajendra Ghorpade
Are you familiar with ConfigMap volumes?

Rajendra Ghorpade:
yes

Tej_Singh_Rana:
Did you inspect the kube-proxy daemonset configMap volumes?

Rajendra Ghorpade:
let me check once again will get back to you
thanks.

Tej_Singh_Rana:
It’s mapped to the kube-proxy container mount path.
So given file is only available inside the container not in the controlplane node or worker node.

Rajendra Ghorpade:
ok got it now, thanks @Tej_Singh_Rana

Mohamed Ayman:
Also, check this GIF:
NetworkTroubleshooting-Q2.gif

Rajendra Ghorpade:
thanks @Mohamed Ayman for the detailed explanation. got it now.