Re: [kubernetes-users] service with host network

2018-03-30 Thread 'Tim Hockin' via Kubernetes user discussion and Q
On Fri, Mar 30, 2018 at 7:46 AM wrote: > - the ability to have one IP per pod? > - the ability to use same listening port on each container? You also said "for performance cost I rather also to bind to physical port". If you are binding to the physical port, you can't use

Re: [kubernetes-users] service with host network

2018-03-30 Thread guy1976
- the ability to have one IP per pod? - the ability to use same listening port on each container? -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [kubernetes-users] service with host network

2018-03-29 Thread 'Tim Hockin' via Kubernetes user discussion and Q
What networking features do you lose? On Thu, Mar 29, 2018, 8:59 AM wrote: > Hi > > I'd like to setup my pods to have two network, the first is the default > k8s network and the second one the host (node) network. > > The reason is that I need to bind to range of UDP ports,

[kubernetes-users] service with host network

2018-03-29 Thread guy1976
Hi I'd like to setup my pods to have two network, the first is the default k8s network and the second one the host (node) network. The reason is that I need to bind to range of UDP ports, and also for performance cost I rather also to bind to physical port. I don't want to use the