minikube ssh
$ ps ax | grep kube-proxy
4191 ? Ssl 1:36 /usr/local/bin/kube-proxy --config=/var/lib/kube-proxy/config.conf --hostname-override=minikube
22000 pts/0 S+ 0:00 grep kube-proxy
$ ls -l /usr/local/bin/kube-proxy
ls: cannot access '/usr/local/bin/kube-proxy': No such file or directory
This is a functional Minikube, I am able create pods, but I am not able to find Kube-proxy executable on Minikube vm.
Answer: kube-proxy is running as Daemonset
kubectl get daemonset -n kube-system