Module 3 Flashcards
How does the autoscaler resolve conflicts between multiple scaling policies?
It selects the one that recommends the most VMs, to ensure the application is supported.
Which of the following statements correctly explains what the command is creating?
gcloud compute instance-groups managed set-autoscaling example-managed-instance-group –max-num-replicas 20 –target-cpu-utilization 0.75 –cool-down-period 90
The command creates an autoscaler that has a target CPU utilization of 75% with a maximum of 20 VMs that will start collecting information about a VM 90 seconds after it is created.
Which statement is true of autoscaling custom metrics.
Stackdriver metrics can be used as custom metrics for autoscaling policies.