Kubernetes 1.33 Octarine — The Color of Magic
Kubernetes 1.33 shipped under the code name Octarine, "The Color of Magic." This release includes 64 features total, with standout additions in pod resizing, user namespaces, and resource scheduling.
In-Place Pod Resize
Pod resizing without redeployment is now possible. Previously, changing CPU/memory requests required destroying and recreating pods. Kubernetes 1.33's InPlacePodVerticalScaling feature enables dynamic adjustment.
User Namespaces
User namespace support isolates container UID/GID mappings from the host, improving security in multi-tenant clusters. This prevents privilege escalation through UID reuse.
This article was originally published on ManoIT Tech Blog.
Top comments (0)