Re: [kubernetes-users] Resolve ClusterIP to running PODS

2017-03-27 Thread govindaraj
legroups.com> wrote: > On Sat, Mar 25, 2017 at 6:31 PM, <govindaraj@gmail.com> wrote: > > Hi All, > > > > I have currently setup 3 Kubernetes master with KubeDNS running. I have > 5 Minions running with Kubeproxy installed. > > > > When I run nslookup as b

Re: [kubernetes-users] Template to update haproxy

2017-03-26 Thread govindaraj
Thanks. I tried nginx ingress controller and was seeing below error ``` /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory. ``` ``` # kubectl get serviceAccounts NAME SECRETS AGE default 0 14d ``` Thoughts on how to fix the issue? On Mar 26, 2017

[kubernetes-users] Template to update haproxy

2017-03-25 Thread govindaraj . kct
Hi, How can I use haproxy in front of kubernetes to allow access to my cluster? Is there any existing template that can be used to configure / update haproxy / nginx dynanically with pod address / port? Thoughts? Thanks, Govind -- You received this message because you are subscribed to the

[kubernetes-users] Service Account Token

2017-03-25 Thread govindaraj . kct
Hi All, I have couple of pods failing with the below error ``` /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory. ``` ``` # kubectl get serviceAccounts NAME SECRETS AGE default 0 14d ``` Thoughts on how to fix the issue? Thanks, Govind -- You

[kubernetes-users] Resolve ClusterIP to running PODS

2017-03-25 Thread govindaraj . kct
Hi All, I have currently setup 3 Kubernetes master with KubeDNS running. I have 5 Minions running with Kubeproxy installed. When I run nslookup as below inside container, it returns the ClusterIP of the service. How can i get the Pod IP? ``` # nslookup locust-master Server:10.254.0.10