Google Cloud compute
We learned about EC2 instances in Chapter 1, which was about Amazon cloud compute services. Switching to Google Cloud, we will first discuss GCE VMs, which are like the EC2 instances in AWS, and then GKE, which was originally developed at Google and released as open source in 2014.
Google Compute Engine
GCE offers VMs running in Google’s cloud as a computing resource. Just like provisioning an AWS EC2 instance, we need to make choices about the computer hardware and software when provisioning a GCE VM in Google Cloud. Let us go to the Google Cloud console, provision a GCE instance, and add some cloud storage to it:
- Log in to the Google Cloud console.
- Go to the Google Cloud console: https://console.cloud.google.com. As we mentioned in an earlier section, each GCP resource belongs to a project, so you need to create a project first:
Figure 8.3 – Google Cloud console welcome page
Once a project is created...