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.
I have tried following this video:https://www.youtube.com/watch?v=HGu9sgoHaJ0
In this video it is working fine but not on my side.
The following images shows what I am getting: