Book Image

Google Cloud Platform for Architects

By : Vitthal Srinivasan, Loonycorn , Judy Raj
Book Image

Google Cloud Platform for Architects

By: Vitthal Srinivasan, Loonycorn , Judy Raj

Overview of this book

Using a public cloud platform was considered risky a decade ago, and unconventional even just a few years ago. Today, however, use of the public cloud is completely mainstream - the norm, rather than the exception. Several leading technology firms, including Google, have built sophisticated cloud platforms, and are locked in a fierce competition for market share. The main goal of this book is to enable you to get the best out of the GCP, and to use it with confidence and competence. You will learn why cloud architectures take the forms that they do, and this will help you become a skilled high-level cloud architect. You will also learn how individual cloud services are configured and used, so that you are never intimidated at having to build it yourself. You will also learn the right way and the right situation in which to use the important GCP services. By the end of this book, you will be able to make the most out of Google Cloud Platform design.
Table of Contents (19 chapters)
13
Logging and Monitoring

Resource hierarchy of GCP

Google Cloud Platform follows a fixed hierarchy to organize and distribute resources:

  • Organization: The highest unit is an Organization. An Organization is set up (in GCP) using GSuite, which is the productivity toolkit by Google, and Cloud Identity, which is ID as a Service Enterprise Mobility management platform. It is a common practice to register your domain name as the organization name. All of the roles related to one domain go under the same organization in terms of IAM and billing.
  • Folders: Folders fall one layer below Organization. An organization can have one or more folders affiliated to it and each folder can contain multiple projects or folders. As a common practice, folders represent departments in an organization. There are some limitations to folders, like having a maximum of 100 folders under one folder or to perform up to four levels...