GCP ACE · Question 24 · Domain 3.2: Deploying and implementing GKE resources
You are deploying a new GKE Standard cluster and want to ensure that all container logs and cluster metrics are automatically sent to Google Cloud's operations suite (formerly Stackdriver) for monitoring and alerting.
Which TWO statements are true regarding GKE monitoring and logging? (Select TWO)
You are deploying a new GKE Standard cluster and want to ensure that all container logs and cluster metrics are automatically sent to Google Cloud's operations suite (formerly Stackdriver) for monitoring and alerting.
Which TWO statements are true regarding GKE monitoring and logging? (Select TWO)
Answer options:
You must manually install the Cloud Logging agent on every node in the GKE cluster using a DaemonSet.
Cloud Logging and Cloud Monitoring are enabled by default when you create a new GKE cluster.
You can view the standard output (stdout) and standard error (stderr) logs of your containers directly in the Cloud Logging Logs Explorer.
GKE only supports sending logs to third-party tools like Splunk or Datadog, not native GCP tools.
You must write custom code in your application to send metrics to Cloud Monitoring via the API.
How to approach this question
Full Answer
Common mistakes
Practice the full GCP Associate Cloud Engineer Practice Exam 6
50 questions · hints · full answers · grading
Expert