kubernetes pod can't connect (through service) to self, only to other pod-containers
问题 I have a kubernetes single-node setup (see https://coreos.com/kubernetes/docs/latest/kubernetes-on-vagrant-single.html ) I have a service and an replication controller creating pods. Those pods need to connect to the other pods in the same service (Note: this is ultimately so that I can get mongo running w/replica sets (non localhost), but this simple example demonstrates the problem that mongo has). When I connect from any node to the service, it will be distributed (as expected) to one of