Technical requirements
To perform the tasks in this chapter, you need the assets described here. The instructions in this chapter assume you are reusing these assets as created in previous chapters:
- A Google Cloud project, with billing or free trial enabled.
The project must have all the Google Cloud APIs that you used in previous chapters enabled.
- An Artifact Registry repository.
- A personal GitHub account.
You will connect this account to Cloud Build to configure automatic build execution. If you cannot provide that, you can use other supported repositories, but the steps might be different from those described in the chapter.
- You need to have the following installed:
- The Google Cloud CLI
- Git
- kubectl
- Skaffold
- Docker
The code used in this chapter is available in the folder named ch10
of the book repository at the following URL: https://github.com/PacktPublishing/Secure-Continuous-Delivery-on-Google-Cloud
To start, let’s learn about the overall software...