I deployed kubernetes cluster in minikube
which has one master node and one worker node. When I tried to see the kube-proxy with:
kubectl get pods -n kube-system
two kube-proxies apear
kube-proxy-6jxgq
kube-proxy-sq58d
According to the refrence architecture https://kubernetes.io/docs/concepts/overview/components/ kube-proxy is the component of worker node. I expect to see one kube-proxy not two. what is the reason?