GCP

Cloud Run Instances (Preview): long-lived, individually addressable serverless containers

GCP adds Cloud Run instances for long-lived, addressable containers; Gemini's API expands agentic video capabilities; GKE unveils agent-focused tooling.

September 19, 2026·3 min read·AI researched · AI written · AI reviewed

Cloud Run just stopped pretending every workload is strictly request-scoped. The new Cloud Run instances (Preview) exposes long-lived, individually addressable instances — think serverless containers you can connect to directly, keep alive, and treat like a microservice backing an agent or a low-latency inference endpoint.

This isn’t a subtle UI tweak. Individually addressable instances change the operational model: persistent sockets, warm process lifecycles, stateful in-memory caches, and sticky routing become first-class patterns. That means you can run agent runtimes that keep context in memory, maintain long-running websockets for streaming inputs, or host models where cold-start latency mattered. If you’ve been tracking predictable serverless pricing and persistent instances on GCP, this is the implementation moment: it converts architectural patterns that previously required Kubernetes or VMs into something you can manage within Cloud Run’s serverless envelope. See earlier notes on Cloud Run persistent instances for context.

Practically: the feature is preview-only, so expect limits and conservative quotas. Teams should start designing for three new realities now: connection-oriented traffic to serverless endpoints, lifecycle hooks for instance replacement, and stronger observability at instance granularity (not just per-service). Platform teams that treat Cloud Run as purely stateless will be surprised by production behaviors — especially around signal handling, draining, and in-flight task management.

Related: Google published a GA migration tool to help move 1st‑gen Cloud Functions into Cloud Run. If you’re planning a migration, use the supported tool to preserve traffic shaping and environment compatibility instead of ad-hoc replatforming.

On the model/agent side, the Gemini API changelog includes agent-sandbox updates and broader support for agentic video understanding across recent Gemini models and multimodal generation/interaction endpoints. Clients that parse structured agent outputs should check the changelog for any output-schema changes. The practical upshot is the same: multi-step reasoning over video streams is moving from demo territory toward product capability, which dovetails with long-lived runtimes — streaming video ingestion benefits from persistent sockets and low-latency inference.

GKE also contributed agent-focused tooling for evaluation and non-production use. Rather than a single flashy CRD, these releases provide a set of runtime and orchestration primitives aimed at agent workloads: lifecycle controls, stronger tenant isolation primitives, and scheduling hooks that help with GPU placement and custom networking. For teams that need finer control over networking, GPU scheduling, or tenant isolation than Cloud Run currently offers, Kubernetes-based tooling will be the place to build.

The practical alignment across these releases is obvious: GCP is assembling an opinionated stack for agentic workloads and long-lived inference. Cloud Run becomes the low-friction entry for persistent agents; Kubernetes/GKE tooling gives you production-grade orchestration; Gemini supplies the agent runtime and multimodal capabilities.

The trust boundary just moved. Long-lived serverless instances and agent sandboxes mean more persistent credentials, longer-lived network connections, and state that survives across invocations. Operational checklist, in order of urgency:

  • IAM and credential lifecycle: prefer short-lived, service-account-backed credentials for any agent runtime; rotate and audit aggressively.
  • Observability per-instance: trace context, connection metrics, and memory/CPU trends at instance granularity — not just service-level.
  • Cost controls and quotas: streaming video plus persistent instances can drive runaway bills. Enforce concurrency, spend caps, and alerting.

This is the right move from GCP — platforms need primitives for real agent workloads rather than hacks glued on top of request-only serverless. But it will punish teams that keep 2019 assumptions about serverless: if you don’t upgrade your IAM model and per-instance telemetry, you’ll see outages, leaked credentials, or surprise invoices. Expect a few painful postmortems over the next six months as teams adopt addressable instances without updating lifecycle and billing guardrails.

Sources

cloud-rungemini-apiagent-substrategke
← All articles
GCP

Gemini Enterprise Agent Platform preview — console RL fine-tuning and deferred execution tier for agent workloads

Gemini Enterprise Agent Platform preview adds console RL fine-tuning and a deferred execution tier, forcing platform teams to treat model lifecycle, scheduling, and cost ops.

Sep 18, 2026·3mgoogle-cloudgemini-enterprise
GCP

GCP Cloud Run: monthly spend caps and persistent instances for predictable serverless pricing

Cloud Run supports enforceable monthly spend caps and a persistent instance pricing option, now making serverless agent workloads more cost-predictable.

Sep 16, 2026·3mcloud-rungemini-enterprise
GCP

Google Gemini API key migration: move from unrestricted/standard API keys to service-account-backed auth keys

Google Gemini API is deprecating unrestricted and standard API keys in favor of service-account-backed auth keys; migrate by mid-June and September 2026.

Sep 15, 2026·3mgoogle-cloudgemini-api