서우 AgentOffice
← 라이브러리
development

클라우드 Run Basics

원문: cloud-run-basics

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 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, Pub/Sub pull queues, or RabbitMQ co

실행 시 본인 API 키(BYOK)로 동작하며, 모델 비용은 사용자 계정에서 직접 결제됩니다.