GCP

Cloud Run sandboxes public preview, GHCR import; GKE gateway authz preview; Gemini Flash 2027 price increase

Cloud Run sandboxes enter public preview with GHCR import; GKE adds gateway-level authz preview for GKE 1.36+; Gemini Flash models face a 2027 price increase.

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

Google Cloud slipped three changes into late August that together matter more than they look at first glance: Cloud Run now has lightweight sandboxes (public preview) and GHCR container import; GKE adds gateway-level authorization preview for GKE 1.36+; and Gemini Flash pricing tables indicate a scheduled increase in 2027.

The most consequential is Cloud Run sandboxes. These aren pos;t slow VMs or full V8 isolates d sh they posre tiny, near-instant execution boundaries that can be spawned inside an existing Cloud Run service to run untrusted code or provide stronger multi-tenant separation. For platform teams this is exactly the pragmatic isolation primitive we've been missing: fast to create, inexpensive to run, and integrated into the serverless lifecycle.

Two operational implications:

  • Teams that hacked isolation by spawning separate services or injecting sidecar sandboxes can simplify architecture and reduce cold-start surface area. This is the right call from Google d

d

d

give teams a first-class, low-friction isolation primitive instead of letting them assemble fragile workarounds.

  • Sandboxes create a new trust boundary. If you treat them as ephemeral compute without identity, audit, and observability, you will create blind spots. Instrument sandbox lifecycles, add RBAC and IAM checks where possible, and emit clear audit events for sandbox spawn/terminate.

Cloud Run also added direct import of public container images from GitHub Container Registry (GHCR). That pos s small but useful: teams publishing CI artifacts to GHCR can now import straight into Cloud Run deployments without intermediate registries or custom pipelines. It shaves friction off supply-chain flows d but it also re-centers trust on GHCR ACLs and signed images; use provenance checks and container signing.

GKE poss preview of gateway-level authorization extensions for the Gateway API in GKE 1.36+ is the second story worth action. These resources push fine-grained, policy-driven authorization into the gateway control plane think ingress-level, identity-aware allow/deny that can be extended with custom extension points. Practically, that lets platform teams implement zero-trust ingress patterns without a full service mesh: enforce identity claims, attach policy evals, and invoke external extensions at the gateway boundary.

Why this matters now: gateway-authz is where most east-west trust decisions first need to be enforced for modern microservices. If you posre on GKE 1.36 or upgrading soon, start evaluating these gateway-level authorization resources alongside your ingress controller and policy tooling. Don post assume mesh or sidecars are the only path to zero-trust.

Finally: Gemini API pricing tables are clearer about a step increase scheduled for Jan 1, 2027 for certain Gemini Flash tiers. Public documentation shows promotional or introductory 2026 rates and then a higher, scheduled rate in 2027 for some Flash variants.

Operationally that means two things for teams running inference at scale: (1) aggressive caching, batching, and hallucination control become immediate cost levers; and (2) teams should reassess model selection and on-prem/edge fits now d the economics of running smaller or open models versus Gemini Flash shifts materially when per-unit inference costs rise. Expect product managers to suddenly care about token budgets.

A final note: Google also updated Architecture Center and Vertex AI release notes with dependency refreshes and architecture guidance tweaks. Those change reproducibility baselines d

pinned images and dependency versions in your pipelines may need updates to match Google poss new reference stacks.

Prediction: platform teams that treat Cloud Run sandboxes as first-class surfaces (identity, audit, observability) will get cleaner multi-tenant architectures without sacrificing safety. Teams that ignore the 2027 Gemini price step will be in painful budget conversations or forced into last-minute caching hacks. If you run GKE 1.36+, add gateway-level authz to your gateway evaluation list this quarter

it's the easiest way to push real authorization closer to the edge.

If you haven't looked at Cloud Run since Worker Pools GA, it's time to revisit that stack and pair sandboxes with your background worker patterns. And yes d

your billing dashboards are about to get interesting.

Sources

cloud-rungkegemini-apivertex-ai
← All articles
GCP

Gemini Enterprise: GA agent registration (A2A/A2UI), mobile Flash toggle, and project-level pay-as-you-go

Gemini Enterprise adds GA agent registration for agent-to-agent and agent-to-UI, a mobile Gemini Flash admin toggle, and project-level pay-as-you-go metering.

Aug 26, 2026·3mgoogle-cloudgemini-enterprise
GCP

Cloud Run GA: migrate App Engine Java standard images to containers; BigQuery adds Gemini Flash integrations

Cloud Run GA migrates App Engine Java standard images to containers without rebuilds; BigQuery adds Gemini Flash and limits some graph features to higher tiers.

Aug 25, 2026·3mcloud-rungemini-flash
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