From the course: Google Cloud Associate Cloud Engineer Cert Prep

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Configuring GKE monitoring and logging

Configuring GKE monitoring and logging

- Configuring GKE monitoring and logging. Google Kubernetes Engine has default monitoring and logging with the Operations Suite. So I have a cluster here that I created. And to navigate to the Operations Suite dashboard, you can click on Observability. And here, you can see a dashboard of cluster metrics, including CPU utilization, memory utilization, and a few other metrics related to this particular cluster. I can also filter here what kind of metrics I'm interested in looking at. I also have access to Kubernetes Events in here, so things like Pod Warnings, Container Error Logs, and all of the Kubernetes Events are also logged in here. I can also view this in Logs Explorer. I can also navigate to Logs here to see all the cluster logs. And I can also specifically look at Autoscaler Logs in here. Now, let's go back to Observability. Now for any of these metrics, I can also create an alert. There are even recommended alerts here, for example, High CPU Limit Utilization, High Memory…

Contents