cloud-run

Deploy and manage Google Cloud Run serverless containers with CLI commands.

15|4|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/cofin/flow --skill cloud-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-run
Source: https://github.com/cofin/flow/tree/main/skills/cloud-run
Command: npx skills add https://github.com/cofin/flow --skill cloud-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance and commands for deploying, configuring, and managing serverless containerized applications on Google Cloud Run, simplifying complex deployments and troubleshooting.

Core Features & Use Cases

  • Deployment: Deploy services and jobs with various configurations (CPU, memory, concurrency, environment variables).
  • Traffic Management: Control traffic splitting, gradual rollouts, and rollbacks.
  • Resource Optimization: Optimize for cold starts, concurrency, and resource allocation.
  • Troubleshooting: Diagnose and resolve common deployment and performance issues.
  • Use Case: Deploy a new version of your web application to Cloud Run, gradually shifting 10% of traffic to the new version while monitoring for errors.

Quick Start

Deploy a new Google Cloud Run service using the provided container image URL and region.

Frequently Asked Questions about cloud-run

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a containerized application to Google Cloud Run?

To deploy a containerized application to Google Cloud Run, you can use the provided expert CLI commands to configure CPU, memory, concurrency, and environment variables for your serverless services and jobs.

Can I manage traffic splitting and gradual rollouts on Cloud Run?

Yes, you can manage traffic splitting on Cloud Run. The Skill provides commands to control gradual rollouts, shift traffic percentages between service versions, and execute rollbacks to previous revisions.

What is the best way to optimize cold starts and resource allocation for serverless containers?

The best way to optimize cold starts and resource allocation for serverless containers is by configuring CPU limits, memory, and concurrency settings using the provided Cloud Run deployment commands and expert guidance.

How do I troubleshoot common deployment and performance issues on Cloud Run?

To troubleshoot Cloud Run deployment and performance issues, the Skill provides expert diagnostic knowledge to identify and resolve common configuration errors, resource limits, and traffic management problems.

Does this Cloud Run deployment workflow support Terraform?

Yes, the Cloud Run deployment workflow supports Terraform. It integrates with Terraform to provision and manage your serverless infrastructure as code alongside the deployment commands.