mskw
mskw

Reputation: 10308

Using Kubernetes to auto scale in google container engine

Does anyone have experience in Autoscaling containers using Google Container Engine? Containers are useful, but if I need to manually scale, and my web service has a traffic spike and people get 404's, my startup could be toast.

Upvotes: 0

Views: 348

Answers (1)

DavidO
DavidO

Reputation: 1763

Container (pod) autoscaling will be available in release 1.1, which will be available on Google Container Engine within a few weeks. The documentation will be available in https://github.com/kubernetes/kubernetes/blob/master/docs/design/horizontal-pod-autoscaler.md by the end of this week.

Upvotes: 2

Related Questions