Re: [kubernetes-users] Weighted load balancing to service/pods

2017-08-05 Thread 'Tim Hockin' via Kubernetes user discussion and Q
As far as I know, nobody has implemented this, but it should be pretty trivial to write your own controller to manipulate labels based on your own definition of availability. On Aug 5, 2017 4:35 PM, "Rodrigo Campos" wrote: I **guess** there is not:

Re: [kubernetes-users] Weighted load balancing to service/pods

2017-08-05 Thread Rodrigo Campos
I **guess** there is not: https://github.com/kubernetes/kubernetes/issues/25485 Maybe with some other ingress back end (doubt it). Also, don't think this can be achieved with service either :-( So, I don't see any other way than istio, that issue I posted or deploy an nginx with that config. But

[kubernetes-users] Weighted load balancing to service/pods

2017-08-05 Thread kevinblackbrazil
I have a service that points to 2 independent pods running separate scrape jobs against the same targets. So their data will be similar but different. They run independently for redundancy reasons. Right now a service points to both and exposes the stats. The only problem is that people will