cloud-run-deploy

Automate Cloud Run deployment of the AI Engine with free-tier configuration.

2|1|Updated May 22, 2025
One-click install
npx skills add https://github.com/skyasu2/openmanager-vibe-v5 --skill cloud-run-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-run-deploy
Source: https://github.com/skyasu2/openmanager-vibe-v5/tree/main/.claude/skills/cloud-run-deploy
Command: npx skills add https://github.com/skyasu2/openmanager-vibe-v5 --skill cloud-run-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Cloud Run deployment for AI Engine often involves manual setup, configuration tuning for free-tier limits, and repetitive commands. This Skill automates the Cloud Run deployment workflow, optimizing for free-tier usage and reducing operational overhead.

Core Features & Use Cases

  • Automated Cloud Run setup: creates and configures AI Engine service in Cloud Run with free-tier tuned settings.
  • Pre-deployment checks & validation: ensures gcloud project, authentication, and TS build pass prior to deployment.
  • Production-grade deployment flow: handles image build, deploy, health check, and canary/rollback guidance.
  • Use Case: An operator wants to deploy a new AI Engine revision with cost constraints in a clean, repeatable way.

Quick Start

Use the cloud-run deployment skill to initiate a free-tier optimized deployment workflow for the AI Engine service.

Frequently Asked Questions about cloud-run-deploy

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

FAQPage Schema
How do I automate Cloud Run deployment for an AI Engine while staying within free tier limits?

You can automate Cloud Run deployment using a deterministic workflow that applies free-tier optimized configuration to the AI Engine service. This process enforces free-tier limits while handling image build, deploy, and health verification automatically.

What pre-deployment checks are required before deploying an AI Engine to Cloud Run?

Required pre-deployment checks include validating gcloud project configuration, confirming authentication status, and running TypeScript build validation. These checks ensure the environment meets prerequisites prior to executing the Cloud Run deployment workflow.

Does the Cloud Run deployment workflow support health verification and rollback guidance?

Yes, the Cloud Run deployment workflow includes health verification after deploying the AI Engine service. It also provides canary and rollback guidance to manage revisions safely during production-grade deployment flows.

Can I use gcloud CLI to deploy an AI Engine to the Seoul region with free tier settings?

Yes, the deployment workflow uses gcloud CLI to deploy the AI Engine specifically in the Seoul region. It applies deterministic deployment scripts to configure the service while strictly adhering to free-tier limits.

What is the best way to handle repetitive manual setup when deploying AI Engine revisions to Cloud Run?

The best way to handle repetitive manual setup is to automate the Cloud Run deployment workflow. This reduces operational overhead by replacing manual configuration tuning and repetitive commands with a clean, repeatable deployment process.

Why does my Cloud Run deployment fail when free tier limits are exceeded?

Cloud Run deployment fails when free tier limits are exceeded because the service configuration is not optimized for free-tier usage. The deployment workflow enforces free-tier limits during pre-deployment checks to prevent configuration violations.