# Deploying Temporal Workers to Google Cloud Run

DevFeed: [Deploying Temporal Workers to Google Cloud Run](<https://devfeed.tech/articles/deploying-temporal-workers-to-google-cloud-run-35768.md>)

Original publisher: [Read original article](<https://temporal.io/blog/deploying-temporal-workers-to-google-cloud-run>)

Author: Brandon Chavis

Published: 2025-01-06T04:00:00Z

Content type: tutorial

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [Cloud Run](<https://devfeed.tech/topics/cloud-run.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Google Cloud Platform (GCP)](<https://devfeed.tech/topics/google-cloud.md>), [container](<https://devfeed.tech/topics/container.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [event driven](<https://devfeed.tech/topics/event-driven.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [cloud-run](<https://devfeed.tech/tags/cloud-run.md>), [container](<https://devfeed.tech/tags/container.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [event-driven](<https://devfeed.tech/tags/event-driven.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [sidecar](<https://devfeed.tech/tags/sidecar.md>), [temporal-concepts](<https://devfeed.tech/tags/temporal-concepts.md>)

## AI overview

This tutorial explains how to deploy Temporal Workers on Google Cloud Run using Worker Pools, a sidecar container for metrics, and Cloud Run External Metrics Autoscaling (CREMA) based on Temporal Task Queue backlog.

## Source excerpt

Learn how to deploy Temporal Workers on Google Cloud Run with a sidecar container for metrics collection, scaling, and efficient task processing.