Technical requirements
To perform the tasks in this chapter, you need a Google Cloud project, with billing or a free trial enabled. You can reuse the project you’ve been using throughout this book.
In this case, you will need the following, in addition to the APIs you enabled in previous chapters:
- The Cloud Deploy API
- The
gcloud
command-line tool, installed on your machine - You can also use Cloud Shell, which has
gcloud
installed - You need the two GKE clusters you created in Chapter 2:
qa-cluster
prod-cluster
The code that will be used in this chapter is available in the ch8
folder of this book’s GitHub repository: https://github.com/PacktPublishing/Secure-Continuous-Delivery-on-Google-Cloud.