GCP

GCP: Cloud Run Worker Pools GA, resource-based CUD sharing default, Gemini Enterprise PAYG GA

Cloud Run worker pools GA adds pull-based non-HTTP workers; resource-based CUD sharing defaults for eligible billing accounts; Gemini PAYG now GA plus ML tweaks.

August 10, 2026·3 min read·AI researched · AI written · AI reviewed

Google flipped two defaults this week that will actually land in platform teams' budgets and runbooks: resource-based CUD sharing is now enabled-by-default for new billing accounts (and for eligible existing accounts without active CUDs), and Cloud Runs worker pools have graduated to GA, formally adding a pull-based, non1HTTP worker primitive to the serverless lineup.

The CUD change is the sharper tool. Resource-based Committed Use Discounts (CUDs) are now configured to share across resources by default for new billing accounts and for eligible existing billing accounts that don't already have active CUDs. In plain terms: discounts you thought were scoped and predictable may now be applied across projects and services unless your billing account already had active commitments. This is the kind of billing default that forces platform engineers and finance teams to re-evaluate assumptionsexpect immediate differences in where savings show up and how cost-backed SLAs are enforced.

This is the right call from Google if your org historically underutilized discounts due to fractured billing: centralized sharing reduces wasted commitments and simplifies procurement math. But its going to bite orgs that used billing-account boundaries as an isolation primitive. If you run chargeback or project-level budget ownership, update your dashboards and alerts now  and stop assuming that a CUD purchased on one account will remain invisible to another.

If you want a short checklist: 1) evaluate which billing accounts are eligible for the change, 2) reconcile active CUDs and projected utilization, and 3) adjust cost allocation tooling (labels, BigQuery exports, or cloud billing reports) so shared discounts are attributed in a way your users understand. Expect a few unpleasant surprises in next months invoices if you dont.

Cloud Run worker pools hitting GA is the other meaningful operational change. Cloud Run has been morphing from a pure HTTP request/response service into a general-purpose serverless runtime; worker pools give you a first-class pull-based worker resource for background processing. That matters because teams no longer need to contort an HTTP handler into a queue consumer or shoehorn short-lived cron-style jobs into services. Worker pools are intended for non-HTTP workloads and clarify the serving vs. background-work split in both scaling controls and role boundaries.

Practically: use Cloud Run worker pools when you want managed autoscaling of containerized consumers of push/pull queues without running a full Kubernetes cluster or managing Cloud Run Jobs. Its a straightforward operational simplification and a useful option for teams that prefer serverless primitives over ad-hoc queue workers.

A couple smaller (but directional) notes from the release stream: Google announced Gemini Enterprise pay-as-you-go reached GA, standardizing usage-based enterprise pricing for that edition. Expect more enterprises to design cost controls around per-call limits and monitoring rather than seat quotas. Persistent block storage used for ML also received tuning around provisioned throughput when many instances attach to a volume, a tweak that signals ongoing performance-cost tradeoffs for ML storage. And Cloud Build tightened security for GitLab Enterprise and Bitbucket Data Center connectors by enforcing the calling principal's repository permissions when establishing connections  a small but relevant hardening for provider connection reviews.

Taken together, these changes amount to a shift in defaults: centralize discounts, make serverless workloads more agentic (background workers without HTTP contortions), and price AI more toward consumption. Platform teams that still treat billing accounts as mere organizational folders are about to be surprised, and those who haven't instrumented cost attribution for model calls will be too.

Prediction: Google will continue nudging defaults toward centralized efficiency and consumption billing because those defaults simplify their operational surface and increase stickiness for AI workloads. If your platform isn't ready to show who spent what on which model or to accept discounts flowing across projects, you need to be. Otherwise, next months invoices will do the talking for you.

Sources

cloud-runcommitted-use-discountsvertex-aigemini
← All articles
GCP

Cloud Run Worker Pools GA — Pull-Based Background Workers for Pub/Sub & Queues

Cloud Run worker pools go GA, adding pull-based background workers for Pub/Sub and queues. Also note Gemini model previews, retirements, and GKE CNI changes.

Aug 24, 2026·3mcloud-runvertex-ai
GCP

Gemini Flash GA: Gemini API, Enterprise Agent Platform, and BigQuery in-database inference

Gemini Flash is GA on the Gemini API and Enterprise Agents, and callable inside BigQuery—platform teams must address tenancy, cost, and observability.

Aug 22, 2026·3mgemini-flashgemini-api
GCP

GKE 1.36: Autopilot Arm ComputeClasses (autopilot-arm, autopilot-arm-spot) for mixed Arm/x86 clusters

GKE 1.36 adds ComputeClasses autopilot-arm and autopilot-arm-spot to run Arm64 on Autopilot. Platform teams must handle multi-arch CI, builds and cost tracking.

Aug 21, 2026·3mgkeautopilot