Reputation: 10308
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
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