Cluster IP does not work to open my application AWS EKS
I have created an EC2 t2 micro instance. Then I downloaded my application and create a docker and have pushed it to the registry. then I launched EKS cluster through AWS and deployed my pod. Everything is working well and even my service is active through through the kubernetes. But when I used the nodes EXTERNAL_IP and my application service port (service is NodePort), then I am not able to access my application through my browser and it keep saying that the “This site can’t be reached”. I do not know what to do. the inbound and outbound says all traffic allowed on TCP. yet I am not able to access my application. Please let me know what can do to resolve this issue.