Tagged articles
6 articles
Page 1 of 1
Cloud Native Technology Community
Cloud Native Technology Community
Apr 24, 2026 · Cloud Native

Kubernetes v1.36 “Haru”: Why Some Changes Aren’t Worth the Wait

Kubernetes v1.36 focuses on clearing technical debt rather than adding flashy features, retiring ingress‑nginx, tightening kubelet API auth, optimizing SELinux mounts, externalizing ServiceAccount token signing, expanding DRA for GPU scheduling, graduating MutatingAdmissionPolicy, and removing long‑standing legacy components, all accompanied by a concrete upgrade checklist.

DRAKubernetesMutatingAdmissionPolicy
0 likes · 15 min read
Kubernetes v1.36 “Haru”: Why Some Changes Aren’t Worth the Wait
dbaplus Community
dbaplus Community
Dec 30, 2024 · Cloud Native

What’s New in Kubernetes v1.32? A Deep Dive into 44 Feature Enhancements

Kubernetes v1.32 introduces 44 enhancements—including 13 stable, 12 beta, and 19 alpha features—spanning dynamic resource allocation, Windows node support, improved kubelet reliability, new API endpoints, and extensive updates to DRA, pod‑level resources, and scheduling, all aimed at strengthening the cloud‑native ecosystem.

Cloud NativeDRAFeature Enhancements
0 likes · 16 min read
What’s New in Kubernetes v1.32? A Deep Dive into 44 Feature Enhancements
Infra Learning Club
Infra Learning Club
Sep 29, 2024 · Cloud Native

Current State of Kubernetes DRA and the New Architecture with ResourceClaimParameters and ResourceSlice

The article examines the scheduling performance and tight coupling issues of Kubernetes DRA before version 1.30, explains the original workflow involving PodSchedulingContext and DRA driver, and then details the latest design that introduces ResourceClaimParameters and ResourceSlice to let the scheduler handle complex device constraints internally.

Cloud NativeDRAKubernetes
0 likes · 4 min read
Current State of Kubernetes DRA and the New Architecture with ResourceClaimParameters and ResourceSlice
Infra Learning Club
Infra Learning Club
Sep 5, 2024 · Cloud Native

Deep Dive into Kubelet’s DeviceManager Source Code

This article explains how Kubernetes uses the device‑plugin framework to extend resources beyond CPU and memory, details the kubelet registration and allocation workflow, and walks through the relevant source code in pkg/kubelet/cm/devicemanager that builds the OCI spec.

CDIDRADevice Plugin
0 likes · 5 min read
Deep Dive into Kubelet’s DeviceManager Source Code