Google Container Engine - How to auto-scale an instance group based on HTTP load?

半世苍凉 提交于 2019-12-12 04:59:08

问题


In Google Container Engine, when using an L7 ingress, what’s the correct way to auto-scale an instance group based on HTTP load?

When I try to enable auto-scaling for my instance group, I get the warning that I must add the instance group the L7 ingress’ backend service. However, the backend service is already using a k8-ig group, which I cannot enable auto-scaling for.


回答1:


Autoscaling based on HTTP load is not currently supported through the Ingress. You can of course grow the size of you GKE cluster. Pod autoscaling has been discussed before in the context of https://github.com/kubernetes/kubernetes/issues/18352 and https://github.com/kubernetes/kubernetes/issues/484. Please open an issue on the github repo if you'd like instance autoscaling.



来源:https://stackoverflow.com/questions/37080797/google-container-engine-how-to-auto-scale-an-instance-group-based-on-http-load

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!