Standard Operating Procedures
Detailed step-by-step guides for Google Cloud Run operations.
| ID | Title | Description |
|---|---|---|
| SOP-001 | Deploy Container | Deploy a pre-built container image to Cloud Run |
| SOP-002 | Deploy from Source | Deploy directly from source code without Docker |
| SOP-003 | Configure Autoscaling | Set up scaling policies and concurrency limits |
| SOP-004 | Set Up GPU Workloads | Configure NVIDIA L4 GPUs for AI inference |
Quick Start
bash
# Deploy a container in one command
gcloud run deploy my-service \
--image gcr.io/my-project/my-image \
--region us-central1 \
--allow-unauthenticated