Autoscaling in Google Container Engine

前端 未结 3 781
执笔经年
执笔经年 2020-12-30 10:14

I understand the Container Engine is currently on alpha and not yet complete.

From the docs I assume there is no auto-scaling of pods (e.g. depending on CPU load) ye

3条回答
  •  长发绾君心
    2020-12-30 10:46

    As we work towards a Beta release, we're definitely looking at integrating the Google Compute Engine AutoScaler.

    There are actually two different kinds of scaling:

    1. Scaling up/down the number of worker nodes in the cluster depending on # of containers in the cluster
    2. Scaling pods up and down.

    Since Kubernetes is an OSS project as well, we'd also like to add a Kubernetes native autoscaler that can scale replication controllers. It's definitely something that's on the roadmap. I expect we will actually have multiple autoscaler implementations, since it can be very application specific...

提交回复
热议问题