This is the code repository for Cloud Native Automation with Google Cloud Build, published by Packt.
Easily automate tasks in a fully managed, scalable, and secure platform
When adopting cloud infrastructure, you are often looking to modernize how to automate workflows such as continuous integration and software delivery. Minimizing operational overhead via fully managed solutions like Cloud Build can be tough. Moreover, learning Cloud Build’s API and build schema as well as scalability and security, and integrating Cloud Build with other external systems can be challenging. This book helps you to overcome these challenges by cementing a Google Cloud Build foundation.
This book covers the following exciting features:
- 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 a Cloud Build strategy for your organization
If you feel this book is for you, get your copy today!
All of the code is organized into folders. For example, chapter07.
A block of code is set as follows:
# Docker Build
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t',
'us-central1-docker.pkg.dev/${PROJECT_ID}/imagerepo/myimage',
'.']
Any command-line input or output is written as follows:
$ project_id=$(gcloud config get-value project) $ vpc_name=packt-cloudbuild-sandbox-vpc
Following is what you need for this book: 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. You are expected to have an understanding of cloud fundamentals, software delivery, and containerization fundamentals to get the most out of this book.
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.
Anthony Bushong is a Senior Developer Relations Engineer at Google. Formerly a field engineer and practice lead for Kubernetes and GKE, he has worked with companies implementing Kubernetes in production since version 1.3. He now focuses on distilling those experiences into multiple types of technical content – all with the goal of teaching and enabling people, no matter their background or experience.
Kent Hua is a Global Solutions Manager focused on Application Modernization. He has years of experience with customers modernizing enterprise applications focusing on both business and technical challenges on-premise and the public cloud. Over the years he has helped organizations decompose monoliths and implement microservices patterns wherever applicable into containers running on Kubernetes. While enabling these organizations, he has identified culture and the automation of processes as critical elements in their modernization journeys.
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.