I have two instances of the application container (this is the Node.JS application, but it does not matter) running in the Kubernetes cluster in the Google Container Engine. I would like to increase it to three copies.
My cluster has a master and two junior nodes with a replication controller and a load balancer. The replication controller supports my two-node application container.
I see that there is a handy gcloud alpha container kubectl resize command that allows me to change the number of replicas, but I don’t see how or if I can increase the cluster size so that it can deploy another Node minion. I only see gcloud commands to create, delete, list and describe clusters; nothing to change them.
If I cannot resize my cluster, then for scaling I need to create a whole new cluster and kill the old one. Did I miss something?
Also, do you plan to support autoscaling?
docker google-container-engine kubernetes
Alex feinberg
source share