GCP

GKE rapid channel 1.36.4-gke.1082000: default for new clusters; older rapid and alpha builds removed

New GKE rapid-channel clusters default to 1.36.4-gke.1082000; older rapid/alpha builds were removed. Pin cluster versions, audit CNI and topology billing ASAP.

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

Google Cloud just changed two things platform teams are going to feel immediately: new GKE rapid-channel clusters now land on 1.36.4-gke.1082000, and several older rapid and alpha rapid builds have been pulled. That sounds mundane until you remember how much of your provisioning, CI gating, and observability tooling implicitly trusts the cluster version.

The technical facts are simple. New rapid-channel clusters default to Kubernetes 1.36.4-gke.1082000, and Google removed a number of older rapid and alpha builds from the rapid channel. Separately, Google announced updates to Gemini Enterprise around sandboxed agent execution and model variants, and it said the App Topology API will move to usage-based billing with a daily free allotment.

If you're not pinning GKE versions in your cluster templates, you'll get surprised. Defaults change; software assumptions do not. Teams that rely on fleet autoscalers, admission controllers, node bootstrap scripts, or CNI plugins without explicit version gates will see failures surface during cluster creation or on first upgrade. GKE 1.36 includes dataplane and networking changes that can affect CNI behavior — check the GKE release notes and your CNI vendor's upgrade guidance before you roll.

Removed alpha builds matter because preview-only feature flags and APIs can disappear or change between builds. If your CI or smoke tests rely on alpha behavior, those tests may suddenly be exercising a different feature set. Short version: pin the rapid build id in IaC and CI, or be prepared to iterate on failing clusters whenever Google shifts the default.

Gemini Enterprise announcements are the other operational story. Google has signaled GA-level support for sandboxed agent execution patterns (the kind of features that let agents run shell commands or interact with system APIs). Treat those sandboxes as deployable, auditable services: enforce least privilege, egress controls, and SIEM integration, because debugging an agent with shell access through a pager at 3 a.m. will be painful.

There are also model-variant and purchase-control updates intended to improve latency and production readiness for GenAI use cases; expect teams to rebalance provisioned throughput versus pay-as-you-go costs when they swap models.

Billing changes deserve blunt attention. Google announced that App Topology API usage will be metered with a daily free allotment; observability and topology queries that felt like "free telemetry" will now show up as a metered cost. If your topology collectors poll aggressively or you run near-real-time dependency maps, expect a bill shock unless you throttle queries or aggregate at ingestion. There will also be tighter purchase controls for some Gemini features that can affect sandbox and procurement workflows.

Two concrete actions: lock your cluster templates to 1.36.4-gke.1082000 if you want predictable new-cluster behavior; and run a low-cost topology audit to measure App Topology API calls before the billing change. Treat Gemini agent sandboxes like code — plan IAM, egress, and SIEM integrations now.

This is not a subtle release cadence change; it's a reminder that cloud defaults move faster than platform guardrails. If your provisioning pipelines, CNI tests, and cost models are still implicit, they'll be the first things that break. Expect a week of churn in platform teams' issue trackers and a permanent shift: topology and agent execution are no longer purely operational concerns — they're now explicit, billable, and security-sensitive platform primitives.

Sources

gkekubernetesgemini-enterpriseapp-topology-api
← All articles
GCP

Google Cloud: 50% Provisioned Throughput Credit for Gemini Flash Through 2026; GKE 1.37 in Rapid

Google Cloud gives a 50% Provisioned Throughput credit for Gemini Flash through Dec 31, 2026, and adds GKE 1.37 to the Rapid channel, changing TCO now.

Sep 10, 2026·3mgoogle-cloudgemini-api
GCP

Cloud Run Instances (Preview): long-lived, addressable workloads and per-instance pricing

Cloud Run Instances (Preview) expose long‑lived, addressable workloads with per‑instance billing (1 vCPU + 1 GiB steady cost). Rethink always‑on agents.

Sep 9, 2026·3mcloud-rungke
GCP

Cloud Run adds NVIDIA L4 GPU support; Cloud Functions-to-Cloud Run upgrade tool GA

Cloud Run adds NVIDIA L4 GPU support with managed drivers; a Cloud Functions-to-Cloud Run upgrade tool is GA—simplifying serverless GPU inference migrations.

Sep 8, 2026·3mgcpcloud-run