Local-machine Kubernetes service unreachable by pods -
followed guide starting local-machine kubernetes cluster: http://kubernetes.io/v1.0/docs/getting-started-guides/docker.html
i've created various pods .yaml files , works, can access nginx , mysql using container ips (in 172.17.x.x range, docker0), when create services, service ips in 10.0.0.x range, unreachable other containers.
isn't kube-proxy supposed create iptables rules automatically, providing access containers behind service ip? no iptables changes happening, , other containers can't reach services. thanks!
i ran through (slightly out of date) doc. found works if replace hyperkube:v0.21.2
hyperkube:v1.0.7
in 2 "docker run" lines, , replace 0.18.2
1.0.7
in kubectl download url.
i have offered pull-request update doc. sorry trouble.
Comments
Post a Comment