Reputation: 349
I'm very interesting in the new Google Cloud Service: Google Container Engine, namely in be a able to write systems that can scale using containers' properties.
I saw the StackOverflow questions:
And I understood that the auto-scale (and other features) are planned, however, I didn't see any release dates.
When are the referred auto-scale features/integrations be released/available?
When will the Google Container Engine reach Beta (leave Alpha)?
Does Google Container Engine have a roadmap with release dates that can be consulted?
Upvotes: 1
Views: 687
Reputation: 399
Kubernetes roadmap is here: https://github.com/kubernetes/kubernetes/blob/master/docs/roadmap.md
Unfortunately, Google Container Engine hasn't released a roadmap yet.
Upvotes: 1
Reputation: 2311
It's worth noting that you can now do both Autoscaling and Resize a running Google Container Engine Cluster by using Instance Groups - https://cloud.google.com/compute/docs/instance-groups/
Upvotes: 1