Chapter 18: Future Proofing Your App with Google Cloud Run
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:
- Cloud Run
- Deploying containers to Google Cloud Run
- When to use Cloud Run