GCP

GKE channels move to 1.35.x; Gateway API v1.5 supported and Vertex AI adds low-latency models

GKE channels move to 1.35.x and Gateway API v1.5 is supported on 1.35, sharpening deprecations, upgrade cadence, and adding low-latency Vertex AI models.

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

Google just changed the baseline for a lot of platform teams: GKE’s Rapid and Extended channels are moving to 1.35.x (Stable remains on 1.34.x), and Gateway API v1.5 is documented as supported starting in the 1.35 series. That’s not a cosmetic bump — it accelerates deprecation windows for 1.33.x and older clusters and makes modern L7 routing a deployment-grade option on GKE and Distributed Cloud.

If you run a mixed fleet across cloud and on-prem, this week’s release notes should be on your calendar. Two specifics matter operationally:

  • Default channel shifts: Rapid and Extended adopting 1.35.x shortens the practical lifetime of 1.33.x in managed channels. Stable is remaining on the 1.34 series for now — you can no longer rely on very long tails of older minor releases if you want managed-channel safety.

  • Gateway API v1.5: GKE documents Gateway API v1.5 support (controller passes core conformance tests) and surfaces controller builds that align with the 1.35 series. That means the Gateway controller is ready to replace legacy Ingress in production for teams that want Kubernetes-native L7 patterns (Route, HTTPRoute, etc.) with better ownership boundaries and more expressive routing.

The practical consequences: upgrade cadence and CA-rotation automation become first-class platform problems again. With Distributed Cloud and bare-metal images refreshed across the 1.34 and 1.33 series, hybrid fleets are being nudged toward a tighter set of supported Kubernetes baselines. If your infra still treats control-plane certificates, webhook CA bundles, or node bootstrapping as one-off operational tasks, you’ll feel this in the next maintenance window.

This is overdue and correct: treating Gateway API as experiment-grade for production now costs teams real technical debt. The Gateway contract (v1.5) lets platform engineers move L7 concerns into manifest-driven CRDs instead of relying on brittle controller-specific annotations or Ingress subclasses. If you’re still running legacy Ingress for anything beyond a simple L7 edge, you’re asking for brittle TLS, path-matching, and ownership sprawl.

There’s an AI side to the story, too. Vertex AI and the broader Gemini/Anthropic model ecosystem are getting new lower-latency, cost-optimized variants; several of these variants are appearing in preview via Vertex AI and the Gemini API. For product teams that push generative features into latency-sensitive paths, these are meaningful knobs — lower-latency, smaller-footprint models with distinct price/perf points while staying under unified billing and governance inside GCP.

Put another way: Google is tightening platform baselines while widening model choices. That’s a two-front operational reality. Your CI/CD pipelines, image promotion, and cluster lifecycle tooling need to assume faster minor-version churn; your AI cost models and inference routing need to account for model-specific latency and price differences across Vertex and Gemini API endpoints. Also watch Cloud Build GitLab integration hardening and contact-center/cloud-telephony changes — small security and integration changes are landing that affect multi-tenant CI and contact-center topologies.

If there’s a single tactical takeaway: automate the boring orchestration now. CA rotation, node auto-upgrade policies, GitOps promotion gates, and canarying Gateway-based L7 configs should be scripted, reviewed, and tested in non-prod clusters against 1.35.x. Use the new Gateway conformance as the signal to refactor Ingress ownerships and move TLS termination and complex routing into a uniform, auditable CRD surface.

Final note: this is the moment platform teams split into two groups — those who treat Gateway API and 1.35+ baselines as the new production anchor, and those who will be doing expensive migrations later in the year. Expect GKE-managed channels to keep nudging upwards; if you want stable, predictable operations, adopt automated upgrade pipelines and treat model selection in Vertex as a cost/perf decision, not a product experiment.

Sources

gkegateway-apivertex-aigoogle-cloud
← All articles
GCP

Cloud Run Worker Pools GA: Pull-based Serverless Workers for AI, Batch, and Background Jobs

Cloud Run worker pools are GA: run pull-based serverless workers for background jobs, batch and AI pipelines — a shift in how you design serverless ops.

Jul 24, 2026·3mcloud-runserverless
GCP

Google Cloud Run GPUs GA: serverless GPU autoscaling from zero to thousands

Cloud Run adds GA GPU support, enabling elastic GPU-backed services. Platform teams must rethink capacity, observability and cost controls for ephemeral GPUs.

Jul 22, 2026·3mcloud-rungcp
GCP

Gemini 3.1 Pro preview expands to Vertex AI, AI Studio, and Android Studio — platform ops impact

Gemini 3.1 Pro preview is rolling into Vertex AI, AI Studio, Android Studio and tooling. Platform teams must add governance, telemetry, and cost controls.

Jul 21, 2026·3mgoogle-cloudvertex-ai