``` ubuntu@ip-10-0-128-5:~$ kubectl -n v8xoqe run temp --image=busybox --rm -it . . .

Mayur Sharma:

ubuntu@ip-10-0-128-5:~$ kubectl -n v8xoqe run temp --image=busybox --rm -it -- /bin/sh
If you don't see a command prompt, try pressing enter.
/ # wget web
Connecting to web (10.105.215.189:80)

Seems, DNS is working but not able to communicate to the service

Gokul:
can you ‘describe’ the deployment and svc please?

Gokul:
and I am assuming any required network policy is taken care of?

Mayur Sharma:
Thank you so much Gokul, I just got it solved.
And, yes you are right the problem was Network policy

Mayur Sharma:
All long day, I was thinkin of various component, calico, kubedns, kube-proxy and all others

Mayur Sharma:
but the problem was NP…

Gokul:
haha, nice mate

Gokul:
glad you got it working, sheers!