google/skills✦ 精选0°

cloud-run-basics

仓库创建 2026年4月1日最近提交 2 小时前SkillHot 收录 1 小时前
▸ 精选理由

对需要无服务器部署与定时/事件任务的工程师非常实用。

▸ 风险提示

部署或修改服务会调用 gcloud/API,需具备相应部署权限与注意配额。

这个 Skill 做什么

管理 Cloud Run 的 service、job 与 worker pool,包括部署与配置建议。

讲清 Cloud Run 常见的三类资源:对外响应 HTTP 的 service、处理定时或事件任务的 job、以及常驻拉取任务的 worker pool。要把容器部署到 Google Cloud、需要自动扩缩或区分同步/异步任务时会用到。特别之处在于给出部署与配置建议,帮你选对资源并设置缩放、并发和触发方式。

▸ 展开 SKILL.md 英文原文

Manages Cloud Run services, jobs, and worker pools. Use when you need to deploy applications responding to HTTP requests (services), run event-triggered or scheduled tasks (jobs), or handle always-on pull-based background processing (worker pools).

开发编程Cloud Run部署Serverless通用
1.6w
Stars
1.3k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/google/skills/main/skills/cloud/cloud-run-basics/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/google/skills/main/skills/cloud/cloud-run-basics/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Cloud Run Basics

Cloud Run is a fully managed application platform for running your code,
function, or container on top of Google's highly scalable infrastructure. It
abstracts away infrastructure management, providing three primary resource
types:

1.  **Services:** Responds to HTTP requests sent to a unique and stable
    endpoint, using stateless instances that autoscale based on a variety of key
    metrics, also responds to events and functions.
2.  **Jobs:** Executes parallelizable tasks that are executed manually, or on a
    schedule, and run to completion.
3.  **Worker pools:** Handles always-on background workloads such as pull-based
    workloads, for example, Kafka consumers, 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有