ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 243 - Professional Cloud Developer discussion

Report
Export

Your team recently deployed an application on Google Kubernetes Engine (GKE). You are monitoring your application and want to be alerted when the average memory consumption of your containers is under 20% or above 80% How should you configure the alerts?

A.
Create a Cloud Function that consumes the Monitoring API. Create a schedule to trigger the Cloud Function hourly and alert you if the average memory consumption is outside the defined range
Answers
A.
Create a Cloud Function that consumes the Monitoring API. Create a schedule to trigger the Cloud Function hourly and alert you if the average memory consumption is outside the defined range
B.
In Cloud Monitoring, create an alerting policy to notify you if the average memory consumption is outside the defined range
Answers
B.
In Cloud Monitoring, create an alerting policy to notify you if the average memory consumption is outside the defined range
C.
Create a Cloud Function that runs on a schedule, executes kubect1 top on all the workloads on the cluster, and sends an email alert if the average memory consumption is outside the defined range
Answers
C.
Create a Cloud Function that runs on a schedule, executes kubect1 top on all the workloads on the cluster, and sends an email alert if the average memory consumption is outside the defined range
D.
Write a script that pulls the memory consumption of the instance at the OS level and sends an email alert if the average memory consumption is outside the defined range
Answers
D.
Write a script that pulls the memory consumption of the instance at the OS level and sends an email alert if the average memory consumption is outside the defined range
Suggested answer: B
asked 18/09/2024
Bob Hanselman
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first