Deploy Cloud Run Services with Custom Containers

By Pulumi Team
Published
Updated

The Challenge

You need to deploy containerized applications as serverless services with automatic scaling, pay-per-use pricing, and HTTPS. Cloud Run is perfect for web apps, APIs, or microservices.

What You'll Build

  • Cloud Run services with automatic scaling
  • Public HTTPS endpoints
  • Custom container images from local code
  • Resource limits and concurrency controls
  • Pay-per-request pricing

Neo Try This Prompt in Pulumi Neo

Edit the prompt below and run it directly in Neo to deploy your infrastructure.

Best For

Use this prompt when you need serverless container execution with automatic scaling. Perfect for web applications, APIs, microservices, or any containerized workload that needs to scale from zero to high traffic automatically.

Cloud Run Benefits

Google Cloud Run provides:

  • Serverless - No infrastructure management
  • Auto-scaling - Scales to zero when not in use
  • HTTPS - Automatic SSL/TLS certificates
  • Pay Per Use - Only pay for requests processed
  • Fast Deploy - Deploy containers in seconds

Ideal for microservices, APIs, or containerized web applications!