Posts in 0001
-
Kubernetes v1.34: Introducing CPU Manager Static Policy Option for Uncore Cache Alignment
By Charles Wong (AMD) | Monday, January 01, 0001 in Blog
A new CPU Manager Static Policy Option called prefer-align-cpus-by-uncorecache was introduced in Kubernetes v1.32 as an alpha feature, and has graduated to beta in Kubernetes v1.34. This CPU Manager Policy Option is designed to optimize performance …
-
Kubernetes v1.34: Finer-Grained Control Over Container Restarts
By Yuan Wang | Monday, January 01, 0001 in Blog
With the release of Kubernetes 1.34, a new alpha feature is introduced that gives you more granular control over container restarts within a Pod. This feature, named Container Restart Policy and Rules, allows you to specify a restart policy for each …
-
Kubernetes 1.34: Autoconfiguration for Node Cgroup Driver Goes GA
By Peter Hunt (Red Hat), Sergey Kanzhelev (Google) | Monday, January 01, 0001 in Blog
Historically, configuring the correct cgroup driver has been a pain point for users running new Kubernetes clusters. On Linux systems, there are two different cgroup drivers: cgroupfs and systemd. In the past, both the kubelet and CRI implementation …