Module 3 Flashcards

1
Q

How does the autoscaler resolve conflicts between multiple scaling policies?

A

It selects the one that recommends the most VMs, to ensure the application is supported.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which statement is true of autoscaling custom metrics.

A

Stackdriver metrics can be used as custom metrics for autoscaling policies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly