January 2022
Intermediate to advanced
488 pages
10h 3m
English
In this chapter, we look at the final option for deploying microservices that we will be considering in this book – Google Cloud Run. This is the latest serverless offering from Google and is built from the ground up with containers in mind. Google Cloud Run does not offer the complex orchestration that Google Kubernetes Engine does, but if such orchestration is not required, then Google Cloud Run is the latest and most container-centric option available for our container-based microservices.
In this chapter, we will cover the following topics:
The code files for this chapter are available ...
Read now
Unlock full access