There are additional management tools that we need to consider. For the exam, it is also important to be aware of the following:
- Cloud Source Repositories: These are fully featured Git repositories that are hosted on GCP and support the collaborative development of an application. You can use gcloud commands to create code, commit code, and manage new repositories. More information can be found here: https://cloud.google.com/source-repositories/docs/.
- Cloud Build: This is a GCP CI/CD service that will execute your builds on the GCP infrastructure. It can import source code from Google Cloud Storage, Cloud Source Repositories, GitHub, or Bitbucket. More information can be found in Chapter 5, Managing Kubernetes Clusters with Google Kubernetes Engine, and here: https://cloud.google.com/cloud-build/docs/.
- Cloud Scheduler: This is a fully managed cron...