According to the practice exercise I should find the kube-proxy configuration fi . . .

Bogdan Grosu:
According to the practice exercise I should find the kube-proxy configuration file. The file doesn’t exist - do I need to create the file myself?

Mohamed Ayman:
No, the file path inside the POD.

Mohamed Ayman:
The Configmap is a key-value pair so if you tried this command:

kubectl -n kube-system describe configmap kube-proxy
you can see config.conf that used in the daemon set, check the screenshot:

Mohamed Ayman:
Check this solution:
NetworkTroubleshooting-Q2.gif