gcp-cloud-run

Deploy and manage serverless applications on Google Cloud Platform using Cloud Run.

2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/bcastelino/agent-skills-kit --skill gcp-cloud-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp-cloud-run
Source: https://github.com/bcastelino/agent-skills-kit/tree/main/skills/gcp-cloud-run
Command: npx skills add https://github.com/bcastelino/agent-skills-kit --skill gcp-cloud-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the deployment and management of serverless applications on Google Cloud Platform using Cloud Run, enabling efficient hosting of containerized web services and event-driven functions.

Core Features & Use Cases

  • Deploy Containerized Services: Host web applications and APIs as scalable, managed services.
  • Event-Driven Functions: Build reactive applications triggered by events from Pub/Sub, Cloud Storage, or HTTP requests.
  • Cold Start Optimization: Provides strategies to minimize latency for sensitive applications.
  • Use Case: Deploy a new version of your e-commerce API to Cloud Run, ensuring it can handle fluctuating traffic and responds quickly to user requests.

Quick Start

Use the gcp-cloud-run skill to deploy a new container image named 'my-service' to the 'us-central1' region.

Frequently Asked Questions about gcp-cloud-run

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

FAQPage Schema
How do I deploy serverless containers on GCP Cloud Run?

To deploy serverless containers on GCP Cloud Run, you push a container image and configure it as a managed service in a specified region. This approach enables scalable hosting for web applications and APIs.

Can I use Cloud Run for event-driven functions triggered by Pub/Sub?

Yes, Cloud Run supports event-driven functions triggered by Pub/Sub, Cloud Storage, or HTTP requests. This allows you to build reactive applications that respond automatically to GCP service events.

What is the best way to optimize cold start latency for serverless apps on GCP?

Optimizing cold start latency for serverless apps on GCP involves applying specific strategies to minimize initialization delays. These patterns ensure sensitive applications respond quickly to user requests.

Does Cloud Run support automated deployments via Cloud Build?

Yes, Cloud Run supports deployment automation via Cloud Build. This integration allows you to automate the build and deployment pipeline for new container image versions of your services.

When should I use Cloud Run instead of Cloud Run Functions for my API?

Use Cloud Run for containerized web applications and APIs needing scalable, managed hosting, while Cloud Run Functions handles event-driven architectures. Both are supported for serverless deployments on GCP.