Information Technology
Hands on Training icon
Hands On Training
Hands on Training icon

Automating Deployment using CI/CD Pipeline with Google Cloud Build

Course Cover
compare button icon

Course Features

icon

Duration

45 minutes

icon

Delivery Method

Online

icon

Available on

Lifetime Access

icon

Accessibility

Desktop, Laptop

icon

Language

English

icon

Subtitles

English

icon

Level

Intermediate

icon

Teaching Type

Self Paced

icon

Video Content

45 minutes

Course Description

Lab Details:

This Lab will use a Cloud source repository. The idea behind this service is to add development to the cloud in order to provide greater security and availability. We will create a repository and a sample project. Later, we will make changes to the files in the project and update the code. Finally, we will automate the build process using Google Cloud Core Services.

Region: us-central1

Duration: 45 minutes

What is Google Cloud Build?

Google Cloud Build allows you to create applications in multiple programming languages. You can also build applications on platforms such as App Engine, Cloud Run and Kubernetes Engine depending on your needs.

Just set up triggers to suit your needs and it will automatically build and test the changes while you push the code.

You might want to create a docker image for every change you make to your code.

What is a CI/CD Pipeline?

CI/CD Pipeline can be described as a FlowChart where each task must be completed in order to complete the previous task.

Course Overview

projects-img

Virtual Labs

projects-img

Post Course Interactions

projects-img

Hands-On Training

Skills You Will Gain

What You Will Learn

Learn how to create triggers in Cloud Build to automate our Pipeline (the sequence of events that we want to execute)

This article will show you how to deploy a sample application

This video will show you how to use Cloud Source Repository to store your code

We will show you how After that, we'll confirm that the output was what we expected

Course Cover