kubernetes - Autoscaling in Google Container Engine -



kubernetes - Autoscaling in Google Container Engine -

i understand container engine on alpha , not yet complete.

from docs assume there no auto-scaling of pods (e.g. depending on cpu load) yet, correct? i'd love able configure replication controller automatically add together pods (and vm instances) when average cpu load reaches defined threshold.

is somewhere on near future roadmap?

or possible utilize compute engine autoscaler this? (if so, how?)

as work towards beta release, we're looking @ integrating google compute engine autoscaler.

there 2 different kinds of scaling:

scaling up/down number of worker nodes in cluster depending on # of containers in cluster scaling pods , down.

since kubernetes oss project well, we'd add together kubernetes native autoscaler can scale replication controllers. it's that's on roadmap. expect have multiple autoscaler implementations, since can application specific...

kubernetes google-container-engine

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -