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)

Google Cloud Storage buckets

For applications that do not have low latency requirements, cloud storage buckets are the answer. Google Cloud Storage buckets form an object storage system that offers a very flexible, reliable, and scalable storage option for a compute engine instance. Cloud storage buckets also make it possible to share instance data across multiple instances and zones. You can also use cloud storage buckets as a common storage between your on-premise instances, as well as other cloud service providers. This logo represents Google Cloud Storage buckets:

Performance of cloud storage buckets depends on the location of the bucket relative to your instance and also the storage class that you select. There are four storage classes that you can select your cloud storage bucket from. The four storage classes are multi-regional storage, regional storage, nearline storage...