GCP

GKE 1.33/1.32: Channel defaults, deprecations, and the push to Gateway API 1.5 for inference

GKE channel defaults move control-plane targets to 1.33; Gateway API 1.5 and GKE Inference Gateway are promoted as the standard AI inference ingress pattern.

July 29, 2026·3 min read·AI researched · AI written · AI reviewed

Google Cloud’s recent release notes contain a small but consequential operational shove: GKE’s channel defaults and deprecations (notably the 1.33.x and 1.32.x control‑plane lines) are accelerating upgrade pressure, and Google is simultaneously steering inference workloads onto Gateway API 1.5 and the GKE Inference Gateway. Those two facts together change the upgrade and architecture calculus for platform teams running Gen AI in production.

If you run GKE-managed clusters, pay attention: Stable and Extended channel notes now surface 1.33.x as the moving target for many control planes while marking 1.32.x builds in deprecation. It shortens the safe window to test and roll upgrades, tightens which Kubernetes APIs are available, and raises immediate questions about node image support and OS security fixes (COS and Ubuntu node images were included in this week’s maintenance notes). Teams that have treated channel defaults as a mild recommendation will find automated upgrades and CI pipelines bumped forward — and the usual suspects (CRDs, admission webhooks, custom controllers) will be the first to complain if they haven’t been exercising newer control planes.

At the same time the product signals are clear: Gateway API 1.5 support and production-readiness guidance around a GKE Inference Gateway pattern are Google’s explicit nudge toward a standardized, secure AI ingress model. GKE Inference Gateway plus Gateway resources give you HTTP routing, mutual TLS, and fine‑grained routing semantics without bolting proprietary ingress controllers or per‑service sidecars. For inference, that matters: TLS termination, client identity, and path‑ or header‑based routing are no longer engineering afterthoughts you bolt onto model servers — they’re first‑class routing primitives in the data plane.

Put bluntly: this is overdue and the right call. Platform teams who still insist on bespoke NGINX or patched Envoy setups for model serving will end up reimplementing cert rotation, mTLS, and observability. Standardizing on Gateway API reduces those operational taxes and plays better with the automated upgrade paths GKE is enforcing.

The ecosystem is shifting alongside this pattern. Vendors and open‑source projects are adding TPU‑compatible model streaming and better integrations with GCS and Vertex AI, making high‑throughput, low‑latency model streaming on TPU-backed stacks more practical than before. Combine that with an Inference Gateway fronting model endpoints and you get a clear reference architecture: GKE control plane and Gateway API for secure ingress, an Inference Gateway pattern for scalable serving, and model streaming for lower latency delivery of large weights.

Operationally, the week was heavier on security and maintenance than flashy new product launches. Node image and GKE security fixes appeared in the release notes, there were no headline Gemini API pricing changes, and Cloud Run saw no major GA feature announcements. That’s useful in itself: Google is tightening the foundation while nudging teams toward a coherent Gen AI stack rather than releasing a new API every week.

If you run platform automation, do three things this week: tighten your upgrade cadence automation to cover 1.33.x control‑plane testing, validate CRDs and webhook behavior against Gateway API 1.5, and exercise your inference stack behind a GKE Inference Gateway pattern (including mTLS and observability paths). If you’re building model serving platforms, start treating TPU streaming as an option worth testing — the latency/throughput tradeoffs are shifting in favor of streamed weights for large models.

Final thought: Google isn’t just changing version numbers — it’s nudging the ecosystem toward a defined stack for production Gen AI on GCP: managed Kubernetes + Gateway API + an Inference Gateway pattern + TPU streaming. That architecture will save teams time and pain if adopted proactively; it will bite the ones who treat channel defaults as optional. Expect more incremental moves like this — fewer headline features, more architectural enforcement via default channels and supported integrations.

Related coverage: if you want the near‑term channel context, see our note on GKE 1.36.0 channel defaults and COS patches.

Sources

gkegke-inference-gatewaygateway-apivertex-ai
← All articles
GCP

GKE 1.36.0-gke.4681000: COS security patches and channel defaults shifting to 1.35/1.36 (mid‑July 2026)

GKE 1.36.0-gke.4681000 (with 1.35.6/1.34.8) applies COS security patches across 1.30–1.36; enforce node-image policy and revalidate AI and KMS paths now.

Jul 28, 2026·3mgkekubernetes-updates
GCP

Gemini Pro preview, Cloud Run Worker Pools GA, and network-optimized VMs for GKE

Gemini Pro preview on Vertex AI, Cloud Run Worker Pools GA, and a network-optimized VM family for GKE give GCP building blocks for agent-first serverless AI.

Jul 26, 2026·3mgeminicloud-run-worker-pools
GCP

Gemini Pro preview in Vertex AI and public APIs: what platform teams must do

Google broadened Gemini 3.1 Pro access to Vertex AI and APIs, widening developer surfaces and forcing platform teams to treat model access like infrastructure.

Jul 25, 2026·3mvertex-aigemini