Quick Recap: Important Features Released for Kubernetes in 2023

adil
Dec 27, 2023

--

I shared a quick recap of the important features released for Kubernetes in 2023 on my LinkedIn account.

Photo by Deepak Gupta on Unsplash

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

--

--