In this chapter, we will explore some use cases to see how Cloud Run can be deployed on Google Kubernetes Engine (GKE). The most common use cases revolve around building web applications, performing deployments, and the need for continuous integration (CI).
The focus of this chapter is to illustrate the wide spectrum of use cases that are possible using Cloud Run. This chapter will also show how to perform many of the activities required to deploy your container when using this platform.
Over the course of this chapter, we will discuss the following topics:
- Building a container
- Deploying Cloud Run on GKE
- Creating a simple web application
- CI on GKE