User Namespaces: Stateful Pods Now Available in Kubernetes 1.28!
Kubernetes v1.25 introduced support for user namespaces only for stateless Pods. With Kubernetes …
In the latest version of Kubernetes, v1.27, there’s an exciting new feature: the ability to adjust CPU and memory resources for running pods without needing to restart them. This is a significant relief for developers and DevOps teams who often face the challenge of dynamically managing their application’s resources.
Previously, adjusting resources for pods was a disruptive action requiring a restart. With the introduction of the new alpha feature in Kubernetes v1.27, you can now simply change the resources fields in a pod’s containers by patching the specification of the running pod. This reduces downtime and increases the efficiency of your applications.
Additionally, there’s a new restartPolicy for resource adjustments, giving you more control over how your containers are handled when you adjust resources.
The new features offer many practical benefits:
In summary, Kubernetes 1.27 with these new features represents a significant improvement for managing resources in your applications. ayedo is happy to support you as a partner in implementing and optimizing your Kubernetes environments!
Source: Kubernetes Blog
Kubernetes v1.25 introduced support for user namespaces only for stateless Pods. With Kubernetes …
Introduction The Kubernetes community took a significant step with version v1.24 by digitally …
Kubernetes v1.27, released in April 2023, introduces improvements in Memory QoS (alpha), enabling …