Re: [kubernetes-users] What to examine to understand an existing kubernetes install?

2016-12-11 Thread 'Tim Hockin' via Kubernetes user discussion and Q
I would look at the network config, the flags on the master and kubelets, and the existing namespace usages On Dec 11, 2016 8:21 PM, "Bruno Bronosky" wrote: > If you came into a new company with a production kubernetes cluster but > they knew nothing about it (the

[kubernetes-users] What to examine to understand an existing kubernetes install?

2016-12-11 Thread Bruno Bronosky
If you came into a new company with a production kubernetes cluster but they knew nothing about it (the person who set it up was gone) what would you examine to get an understanding of it? -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion

Re: [kubernetes-users] Re: how to expose many pods/deployments on single IP in GKE?

2016-12-11 Thread 'Tim Hockin' via Kubernetes user discussion and Q
On Dec 11, 2016 12:58 PM, wrote: Hi Tim, Thanks for your answer and sorry for not replying before, I didn't realize I should check the group site for answers. Your solution for exposing the server on given external IP worked, specifically setting hostPort in pod's

[kubernetes-users] Re: how to expose many pods/deployments on single IP in GKE?

2016-12-11 Thread wiktor . tomczak
Hi Tim, Thanks for your answer and sorry for not replying before, I didn't realize I should check the group site for answers. Your solution for exposing the server on given external IP worked, specifically setting hostPort in pod's container spec. The client job runs in a single-node

Re: [kubernetes-users] Is there a way to specify an ingress resource rule to multiple ports ?

2016-12-11 Thread Paolo Mainardi
Yes but nginx ingress controller does support for TCP balancing with custom ports. On Sunday, December 11, 2016 at 7:06:23 AM UTC+1, Tim Hockin wrote: > > Ingress currently assumes ports 80 and 443 > > On Dec 10, 2016 8:54 PM, "Paolo Mainardi" > wrote: > >> Hello