Tag: Git

Bitbucket: Branch or fork your repository

There are a number of ways to get your Bitbucket Cloud repository code so that you can work on the project. Each method is slightly different and is done for different reasons.   What is a branch? What is a fork? Branching and forking provide two ways of diverging from the main code line. Both Mercurial […]

Google Cloud: Managing infrastructure as code with Terraform, Cloud Build, and GitOps

This tutorial explains how to manage infrastructure as code with Terraform and Cloud Build using the popular GitOps methodology. The term GitOps was first coined by Weaveworks, and its key concept is using a Git repository to store the environment state that you want. Terraform is a HashiCorp open source tool that enables you to predictably create, change, and improve your cloud infrastructure by […]

Google Cloud: Configuring CL/CD Pipeline using Cloud Build And GitHub

Overview Cloud Build uses build triggers to enable CI/CD automations. You can configure triggers to listen for incoming events, such as when a new commit is pushed to a repository or when a pull request is initiated, and then automatically invoke a build when new events come in. You will create a trigger and configure that trigger […]

Google Cloud: Introduction to Cloud Source Repositories

Overview Google Cloud Source Repositories provides Git version control to support collaborative development of any application or service. In this lab, you will create a local Git repository that contains a sample file, add a Google Source Repository as a remote, and push the contents of the local repository. You will use the source browser included […]

Google Cloud: Deploying Apps using Git and Kubernetes Engine

Google Kubernetes Engine (GKE) provides a managed environment for deploying, managing, and scaling your containerized applications using Google infrastructure. The GKE environment consists of multiple machines (specifically, Compute Engine instances) grouped together to form a cluster. In this lab, we will download a sample app from GitHub and learn how to deploy applications to Kubernetes Engine. Download a sample app from […]

Back To Top

Contact Us