Can GKE (Google Container Engine) do autoscaling? I know that it allows manual configuration of node replication, but can it be configured to define automatic loading and replication?
Update my answer as Kubernetes now has this feature.
Kubernetes now supports horizontal scaling of Pods - http://kubernetes.io/v1.1/docs/user-guide/horizontal-pod-autoscaler.html
If you mean the autoscaling of nodes in the GCE, and not the containers running inside it, then yes, it can be - you can enable autoscaling for a managed group of instances, such as GCE - see the documents below, but the short version is just editing the group instances to enable autoscaling.
https://cloud.google.com/compute/docs/autoscaler/
Source: https://habr.com/ru/post/1234447/More articles:In Swift on βplay on topβ, move from the scene to another UIView and place the scene? - iosAngularJs Directive with Controllers and TypeScript Class - angularjsCan I use Firebase in a MEAN app? - angularjsHow to promote two types of patterns for arithmetic operations, such as built-in types? - c ++How to reboot a module after changing it? - pycharmConditionally decoding field-based JSON in JSON - jsonCorresponding Http response code using graphql-js - graphqlCheck IP address used for Python / Scrapy + ProxyMesh request - pythonParse JSON value as Enum in Rust - rustHow to call ionide f # REPL - f #All Articles