ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 189 - Professional Cloud Architect discussion

Report
Export

Your company has a Kubernetes application that pulls messages from Pub/Sub and stores them in Filestore. Because the application is simple, it was deployed as a single pod. The infrastructure team has analyzed Pub/Sub metrics and discovered that the application cannot process the messages in real time. Most of them wait for minutes before being processed. You need to scale the elaboration process that is I/O-intensive. What should you do?

A.
Use kubectl autoscale deployment APP_NAME --max 6 --min 2 --cpu-percent 50 to configure Kubernetes autoscaling deployment.
Answers
A.
Use kubectl autoscale deployment APP_NAME --max 6 --min 2 --cpu-percent 50 to configure Kubernetes autoscaling deployment.
B.
Configure a Kubernetes autoscaling deployment based on the subscription/push_request_latencies metric.
Answers
B.
Configure a Kubernetes autoscaling deployment based on the subscription/push_request_latencies metric.
C.
Use the --enable-autoscaling flag when you create the Kubernetes cluster.
Answers
C.
Use the --enable-autoscaling flag when you create the Kubernetes cluster.
D.
Configure a Kubernetes autoscaling deployment based on the subscription/num_undelivered_messages metric.
Answers
D.
Configure a Kubernetes autoscaling deployment based on the subscription/num_undelivered_messages metric.
Suggested answer: C

Explanation:

Reference: https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-autoscaler

asked 18/09/2024
Rodwell Shibambu
51 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first