The changes reshape core runtime and networking layers, compelling organizations to modernize manifests and tooling now to maintain reliability and cost efficiency in production.
Kubernetes has entered a pivotal modernization phase with the 1.35 release, eliminating legacy cgroups v1 and mandating cgroup v2 across all nodes. This shift is more than a kernel tweak; it forces infrastructure teams to audit operating system versions and container runtimes, as kubelet startup will fail on outdated hosts. Coupled with the deprecation of IPVS in favor of nftables, the platform is streamlining networking performance while reducing operational complexity, a move that directly translates to lower latency and higher throughput for cloud‑native workloads.
The retirement of the Ingress‑NGINX controller marks a strategic consolidation around the Gateway API, an extensible, role‑based standard that separates infrastructure and application responsibilities. Unlike the monolithic Ingress spec, the Gateway API introduces hierarchical resources—Gateway, HTTPRoute, and related CRDs—enabling fine‑grained RBAC and native support for advanced traffic management features. For DevOps engineers, this means rewriting legacy ingress manifests, but the payoff includes improved observability, easier policy enforcement, and alignment with the Kubernetes community’s long‑term roadmap.
Practically, teams can leverage an updated Minikube environment to experiment safely with these new primitives. By launching Minikube with Cilium CNI, containerd 2.0, and the Gateway API addon, engineers gain hands‑on experience with eBPF networking, modern container runtimes, and GA vertical pod scaling—all without risking production stability. Early adoption reduces technical debt, shortens future migration timelines, and positions organizations to extract cost savings through elastic resource adjustments and streamlined CI/CD pipelines. The net effect is a more resilient, observable, and future‑proof Kubernetes deployment.
Comments
Want to join the conversation?
Loading comments...