Cloud Run Deploy and manage containerized applications on Google Cloud Run. Covers service deployment, revision management, traffic splitting, and log inspection. When to Use - Deploying containerized web applications or APIs to Google Cloud - Managing Cloud Run services (scaling, traffic, revisions) - Setting up serverless container deployments - Inspecting Cloud Run service logs and metrics - Configuring environment variables and secrets for Cloud Run services Prerequisites - Google Cloud SDK ( ) installed and authenticated - Docker or Cloud Build for container image building - A GCP projec…