Can we scale Application on Google cloud compute without Google autoscaler? -


i trying setup application on google cloud compute. want setup scaling script launch vm instances on google cloud based on criteria. google provides autoscaler options this, possible without autoscaler through google apis??

also know procedure creating image on google cloud compute. have created 1 instance group instance template launched 1 vm instance. when try create image new image option doesn't list disk of instance.

for first question, can write own auto scaler. every google compute engine machine can accessed through remote api: https://cloud.google.com/compute/docs/reference/latest/

you can host own auto scaler on app engine cron checking machine health , cpu every 1 minute example.

please write new question second question.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -