Book Image

Google Cloud Platform Administration

By : Ranjit Singh Thakurratan
Book Image

Google Cloud Platform Administration

By: Ranjit Singh Thakurratan

Overview of this book

On-premise data centers are costly to manage. If you need a data center but don’t want to deal with a physical one, Google Cloud Platform (GCP) is the solution. With GCP, you can build, test, and deploy applications on Google’s infrastructure. Google Cloud Platform Administration begins with GCP fundamentals, with the help of which you will deploy your first app and gain an understanding of Google Cloud architecture and services. Furthermore, you will learn how to manage Compute, networking, and storage resources. As you make your way through the book, you will learn how to track and manage GCP’s usage, monitoring, and billing access control. You will also be able to manage your GCP's access and permissions. In the concluding chapters, you will explore a list of different developer tools for managing and interacting with the GCP platform. By the end of this book, you will have learned how to effectively deploy workloads on GCP.
Table of Contents (11 chapters)

Stackdriver monitoring and logging

Stackdriver monitoring provides you the ability to monitor your applications deployed on GCP. Stackdriver also allows you to monitor your applications deployed in AWS as well. You can monitor your applications for performance and uptime, and all these metrics and events are collected and stored by Stackdriver. Stackdriver monitoring also generates dashboards for easy visual consumption of the data. The feature also integrates with alerting so timely alerts can be sent out for any event. Remember that monitoring and logging are closely integrated.

A better way to explore Stackdriver monitoring is to set it up for a compute engine instance. We will discuss its concepts as we go through the setup.

I will be following Google's official documentation example here, so it will be easier for you to relate what we do here with the official guide...