ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 209 - Professional Cloud Developer discussion

Report
Export

You are deploying a microservices application to Google Kubernetes Engine (GKE) that will broadcast livestreams. You expect unpredictable traffic patterns and large variations in the number of concurrent users. Your application must meet the following requirements:

* Scales automatically during popular events and maintains high availability

* Is resilient in the event of hardware failures

How should you configure the deployment parameters? (Choose two.)

A.
Distribute your workload evenly using a multi-zonal node pool.
Answers
A.
Distribute your workload evenly using a multi-zonal node pool.
B.
Distribute your workload evenly using multiple zonal node pools.
Answers
B.
Distribute your workload evenly using multiple zonal node pools.
C.
Use cluster autoscaler to resize the number of nodes in the node pool, and use a Horizontal Pod Autoscaler to scale the workload.
Answers
C.
Use cluster autoscaler to resize the number of nodes in the node pool, and use a Horizontal Pod Autoscaler to scale the workload.
D.
Create a managed instance group for Compute Engine with the cluster nodes. Configure autoscaling rules for the managed instance group.
Answers
D.
Create a managed instance group for Compute Engine with the cluster nodes. Configure autoscaling rules for the managed instance group.
E.
Create alerting policies in Cloud Monitoring based on GKE CPU and memory utilization. Ask an on-duty engineer to scale the workload by executing a script when CPU and memory usage exceed predefined thresholds.
Answers
E.
Create alerting policies in Cloud Monitoring based on GKE CPU and memory utilization. Ask an on-duty engineer to scale the workload by executing a script when CPU and memory usage exceed predefined thresholds.
Suggested answer: A, C
asked 18/09/2024
Matthew Wagner
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first