Hi all,
I’m just testing out kubernetes functionality with rancher .
I setup a rancher environment with 5 hosts, using Kubernetes for orchestration.
I started up a replication controller which brings up 2 instances of nginx on port 80. If I go to port 80 on each of the hosts running this pod, it brings up nginx no problem.
However, if I create a service (which starts up a load balancer on another host), if I try to access that load balancer, it never works. Furthermore, if I do a kubectl get services servicename, it never shows me an external ip.
What am I doing wrong that is stopping me from being able to access this loadbalancer?