Implementing Compute Solutions – Cloud Run, Cloud Functions, and Infrastructure as Code
This chapter aims to familiarize ourselves with various compute solutions and how to implement them.
We are going to cover the following main topics:
- Cloud Run
- Cloud Functions
- Infrastructure as Code
- Marketplace solutions
We will start with IaC, a stateless computing service where we can run containerized code. The next topic will be IaC, where we will learn about running code in response to events without provisioning or managing servers. Lastly, we will look at Infrastructure as Code (IaC), what benefits we can get by implementing it, and how to use IaC to deploy solutions.