© 2026 Hashnode
Pada Lab Cloud Skill Boost ini, kita membuat CI/CD pipeline yang mengotomasi build container image Cloud Build dari code commit, image di simpan di Artifact Registry, dan Deploy ke Google Kubernetes Engines. Di lab ini kita membuat 2 Git Repo: app r...

Level Up Your Development: CI/CD Pipelines with Cloud Build and GitHub Integration Continuous Integration and Continuous Delivery (CI/CD) are the cornerstones of modern software development. They allow you to automate the process of building, testing...

In a move towards enhanced security and granular control, Google Cloud Platform (GCP) has recently shifted its Cloud Build service away from the default service account. This change encourages users to specify custom service accounts when triggering ...

Hello everyone! Welcome to part 3 and final of 'The Definitive Guide' on running Strapi, the headless open-source content management system, on Google Cloud Platform. I'm a Google Developer Expert in Google Cloud Platform. Be sure to check out Part 1...

Google Cloud Build Google Cloud Build is a fully managed, serverless CI/CD (Continuous Integration/Continuous Deployment) platform provided by Google Cloud. It simplifies the process of automating builds, testing, and deployment of applications. Clou...

Introduction This guide will walk you through the step-by-step process of setting up an automated deployment pipeline for your Node.js backend. The services we will be using are Google Cloud Build, Google Cloud Run, and Artifact Registry. Prerequisit...
