Question 182 of 284
Single answerYour company has developed a new application that consists of multiple microservices. You want to deploy the application to Google Kubernetes Engine (GKE), and you want to ensure that the cluster can scale as more applications are deployed in the future. You want to avoid manual intervention when each new application is deployed. What should you do?
ADeploy the application on GKE, and add a HorizontalPodAutoscaler to the deployment.
BDeploy the application on GKE, and add a VerticalPodAutoscaler to the deployment.
✓CCreate a GKE cluster with autoscaling enabled on the node pool. Set a minimum and maximum for the size of the node pool.
DCreate a separate node pool for each application, and deploy each application to its dedicated node pool.
✓
Correct Answer: C
Create a GKE cluster with autoscaling enabled on the node pool. Set a minimum and maximum for the size of the node pool.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.