Cloud Build by Google Cloud Platform

Use GCP Cloud Build to build, test and deploy container images.

Implementing containerization has inspired organizations to maximize managed cloud infrastructures like Cloud Build to speedily build, test and deploy container images.

Cloud Build is a service that executes your builds on Google Cloud.

Cloud Build can import source code from a variety of repositories or cloud storage spaces, execute a build to your specifications, and produce artifacts such as Docker containers or Java archives.

Learn

Learn more about Cloud build in GCP from the official documentation.

Try out Continuous deployment to Google Kubernetes Engine (GKE) with Cloud Build from this codelab