Part 2: Basic Google Cloud Services for Developers
One of the benefits of running our code on Google Cloud is that we no longer need to use servers. This part of the book will cover three different options for running your code using a serverless approach.
We will then deep-dive into the concept of containers and how they can be used to abstract even more of our code from the underlying infrastructure.
Finally, we will explore how Anthos can make it easy to design hybrid and multi-cloud architectures, while at the same time, it provides global observability and the ability to move any workload from one provider to another, including private on-premises clusters and multiple public cloud providers, so that you can make the most out of each option.
This part contains the following chapters:
- Chapter 4, Running Serverless Code on Google Cloud – Part 1
- Chapter 5, Running Serverless Code on Google Cloud – Part 2
- Chapter 6, Running Containerized Applications...