1 Master : 10.166.232.164 2 Worker : 10.166.232.165, 10.166.232.166
Deploy 3 replica pods for 2 worker nodes
problem is i can access by curl podIP:8080
but
exec pod and access by clusterIP:Nodeport is not working
kubectl exec -it network-example2-84c98c7b4d-d7wnr /bin/bash -- curl 10.98.10.159:8080 => curl: (7) Failed to connect to 10.98.10.159 port 8080: Connection refused
kubectl exec -it network-example2-84c98c7b4d-d7wnr /bin/bash -- curl 10.98.10.159:23060 => no answer(maybe timeout error)
is it firewall problem..? or CNI..?
I'm using weave-net and no change any config