OpsCanary
Learn/GCP/Cloud Build & Deploy
GCP

Cloud Build & Deploy

3 articles from official documentation

Practitioner3 articles
gcpcicd gcpPractitioner

Mastering Artifact Registry: Your Central Hub for CI/CD in Google Cloud

Artifact Registry is your go-to solution for managing artifacts and dependencies in Google Cloud. It integrates seamlessly with Cloud Build, allowing you to store trusted dependencies and streamline your CI/CD processes. Dive in to learn how it can enhance your workflow.

  • Utilize Artifact Registry to centralize storage for packages and Docker images.
  • Integrate with Cloud Build for seamless CI/CD workflows.
5 min read·Google Cloud Docs
Read article
gcpcicd gcpPractitioner

Mastering Cloud Deploy: Automating Your Application Delivery Pipeline

Cloud Deploy streamlines the delivery of your applications across multiple environments, ensuring a smooth promotion sequence. With a simple YAML configuration, you can define your pipeline and integrate it with Skaffold for seamless deployments.

  • Define your delivery pipeline in a YAML configuration file.
  • Integrate Skaffold for rendering and deploying your application.
5 min read·Google Cloud Docs
Read article
gcpcicd gcpPractitioner

Cloud Build: Streamlining CI/CD on Google Cloud

Cloud Build is your go-to service for executing builds on Google Cloud, solving the complexities of CI/CD. With a focus on ephemeral build environments and Docker, it allows for rapid deployment and testing. Discover how to leverage build configurations effectively.

  • Leverage build configurations in YAML or JSON to define your build tasks.
  • Utilize ephemeral build environments for isolated and temporary build processes.
5 min read·Google Cloud Docs
Read article