Written by two Google Cloud experts, this book will help you to create a concrete foundation of Cloud Build so that you can define workflows and pipelines as builds in Google Cloud Build
Key Features
- Learn Cloud Build's API and build configuration/schema
- Apply scalability and security best practices for using Cloud Build
- Integrate Cloud Build with external systems critical to workflows
Book Description
When adopting cloud infrastructure, professionals are often looking to modernize how they automate workflows such as Continuous Integration and Software Delivery. In doing so, they often want to minimize or remove operational overhead, turning to fully managed solutions like Cloud Build. They may encounter challenges in learning Cloud Build's API and build schema, scalability and security, and integrating Cloud Build with other external systems.
The book will start with an introduction to Cloud Build and then move to configuring the architecture and environment in which builds run to the execution of the build. You will then focus on diving into writing and configuring full-featured builds, how to execute them with security best practices in mind. You will then review Cloud Build functionality in the context of practical applications, including secure CI/CD for GKE, managing safe rollouts of cloud infrastructure via Infrastructure as Code, and building a workflow from local source to production in Cloud Run. You will wrap up with integration of Cloud Build and managing rollouts with Cloud Deploy.
By the end of this book, the readers will be able to automate their workflows efficiently and securely leveraging the foundation of Google Cloud Build.
What you will learn
- Get started with Cloud Build the right way
- Define new workflows using the Cloud Build schema
- Implement a secure build and deployment environment for GKE
- Automate serverless workflows for Cloud Run and Cloud Functions
- Integrate Cloud Build with source code management and artifact stores
- Develop Cloud Build strategy for your organization
Who This Book Is For
This book is for Cloud Engineers and DevOps Engineers who manage cloud environments and desire to automate workflows in a fully managed, scalable, and secure platform. We can assume that they have an understanding of cloud fundamentals, software delivery and containerization fundamentals.
Table of Contents
- What is Google Cloud Build?
- Configuring your Cloud Build environment
- Executing your first build
- Building configuration and schema
- Triggering builds
- Managing environment security
- Securing software delivery for GKE with Cloud Build
- Automating deployment with Terraform and Cloud Build
- Building for serverless with Cloud Build and Cloud Run
- Running Cloud Build with Tekton
- Managing rollouts with Cloud Deploy