I have created kubernetes cluster in Google could engine. I am running two pods in kubernetes and each pod has tomcat container running. I want to access this tomcat application outside the cluster that is through my browser or curl command. I have created a service as load balancer which gave me one external ip address and port. When i m trying to browser http://:port, it does not respond, it says connection time out. I have also opened a firewall for this ip address and the specific port.
Can somebody please help me to find out if i m missing anything here. I have followed all docs and even tried running it as service as node_port but that also did not work.
Thanks Abhishek Somani