Re: [kubernetes-users] Re: GKE - HPA scaling based on custom metrics.

2018-02-06 Thread 'Aleksandra Malinowska' via Kubernetes user discussion and Q
> But still I couldn't figure out way to scale with metric like http_requests. Can you say a bit more about this? For example, how do you export this metric, at what point in the tutorial you run into problems etc. It would make it easier to help :) On Tue, Feb 6, 2018 at 7:44 AM, Raju Dawadi

Re: [kubernetes-users] Re: GKE - HPA scaling based on custom metrics.

2018-02-05 Thread Raju Dawadi
HPA to scale Deployment based on the custom metrics is now available according to release note and tut: https://cloud.google.com/kubernetes-engine/docs/tutorials/custom-metrics-autoscaling But still I couldn't figure out way to scale with metric like http_requests. Any suggestion? Thanks. On

Re: [kubernetes-users] Re: GKE - HPA scaling based on custom metrics.

2018-01-27 Thread parsifal . 47
I tried to use this API today, it looks like `--horizontal-pod-autoscaler-use-rest-clients` is set to false because I'm getting the following error: `object metrics are not yet supported`. It means that I fall into legacy code here:

Re: [kubernetes-users] Re: GKE - HPA scaling based on custom metrics.

2018-01-19 Thread dzolo via Kubernetes user discussion and Q
Are they available now on alpha clusters with 1.9.1? On Wednesday, December 20, 2017 at 5:30:02 PM UTC+1, Bibin Wilson wrote: > Thanks Beata for the reply! > > > On Wed, Dec 20, 2017 at 8:32 PM, 'Beata Skiba' via Kubernetes user discussion > and Q wrote: > >

Re: [kubernetes-users] Re: GKE - HPA scaling based on custom metrics.

2017-12-20 Thread Bibin Wilson
Thanks Beata for the reply! On Wed, Dec 20, 2017 at 8:32 PM, 'Beata Skiba' via Kubernetes user discussion and Q wrote: > Custom Metrics are unfortunately not available on GKE 1.8.4, they will be > available with 1.9.0 > > > On Thursday, December 14, 2017 at

[kubernetes-users] Re: GKE - HPA scaling based on custom metrics.

2017-12-20 Thread 'Beata Skiba' via Kubernetes user discussion and Q
Custom Metrics are unfortunately not available on GKE 1.8.4, they will be available with 1.9.0 On Thursday, December 14, 2017 at 4:59:16 AM UTC+1, bibinw...@gmail.com wrote: > > I am working on a use case where I have to scale my pods based on custom > metrics. > > Kubernetes Env: GKE 1.8.4