I shared a quick recap of the important features released for Kubernetes in 2023 on my LinkedIn account.
I also want to share these on my blog.
๐ ๐ญ.๐ฎ๐ณ
In-Place Pod Vertical Scaling:
Resize your podsโ CPU and memory resources without restarting them!
Node Log Query:
It enables easy viewing of system logs for nodes without needing SSH or RDP connections!
๐ ๐ญ.๐ฎ๐ด
Restartable Init Containers
Use init containers as sidecars for enhanced flexibility!
Job Pod Replacement Policy
Ensure a new Job is spawned if the previous one fails. Good for Machine Learning Containers
๐ ๐ญ.๐ฎ๐ต
Pod Lifecycle Sleep Action
Extend shutdown periods for pods! Perfect for debugging, cleanup, or investigations before termination.
Supporting User Namespaces
Map the root user in containers to an unprivileged user on the node for enhanced security