ASSOCIATE-CLOUD-ENGINEER · Question #50
You have a single binary application that you want to run on Google Cloud Platform. You decided to automatically scale the application based on underlying infrastructure CPU usage. Your…
The correct answer is B. Create an instance template, and use the template in a managed instance group with autoscaling. A managed instance group can help use virtual machines directly and with autoscaling can scaling as per the demand.Refer GCP documentation. Managed Instance Groups AutoScaling Managed instance groups offer autoscaling capabilities that allow you to automatically add or delete…
Question
Options
- ACreate a Google Kubernetes Engine cluster, and use horizontal pod autoscaling to scale the
- BCreate an instance template, and use the template in a managed instance group with autoscaling
- CCreate an instance template, and use the template in a managed instance group that scales up
- DUse a set of third-party tools to build automation around scaling the application up and down,
How the community answered
(43 responses)- A2% (1)
- B84% (36)
- C5% (2)
- D9% (4)
Explanation
A managed instance group can help use virtual machines directly and with autoscaling can scaling as per the demand.Refer GCP documentation. Managed Instance Groups AutoScaling Managed instance groups offer autoscaling capabilities that allow you to automatically add or delete instances from a managed instance group based on increases or decreases in load.
Topics
Community Discussion
No community discussion yet for this question.