Scroll to top
© 2024, Global Digital Services LLC.

Key Enhancements in Kubernetes v1.33: What DevOps Professionals Need to Know


Carlos Noguera - October 1, 2025 - 0 comments

Kubernetes v1.33, known as “Octarine,” has been officially released, bringing a host of significant enhancements that are particularly beneficial for DevOps professionals. This version introduces a total of 64 enhancements, including:

  • 18 features moved to stable status
  • 20 features progressed to beta
  • 24 features in alpha stage

Among the noteworthy features, the stable graduation of sidecar containers enables these auxiliary containers to function alongside main application containers, enhancing networking, logging, and metrics collection. Notably, sidecars are designed to operate throughout the pod’s lifecycle and automatically terminate when the main containers exit.

Another impressive enhancement is the in-place resource resize for vertical scaling of Pods, which allows for dynamic modifications of resource configurations without needing to restart existing Pods. This leads to more seamless workload scaling.

Security improvements have also been prioritized, with upgraded measures for bound service account tokens. Key features include:

  • Unique token identifiers
  • Node-specific restrictions to prevent misuse

The update also introduces multiple Service CIDRs to optimize IP address allocation for ClusterIP services, thereby enhancing resource management across clusters.

Other significant enhancements involve improved scheduling and resource distribution with new CPU management policies, which boost performance on multi-NUMA systems. In addition, support for topology-aware routing optimizes service traffic in multi-zone clusters.

On the flip side, some features have been removed, such as:

  1. The original Endpoints API, replaced by the scalable EndpointSlices API
  2. The in-tree gitRepo volume driver, removed due to security concerns
  3. Host network support for Windows pods, withdrawn due to technical limitations

Kubernetes v1.33 is now available for download on GitHub and the official Kubernetes website. To keep up with ongoing developments, attending community events and webinars is encouraged, including a release highlights webinar scheduled for May 16, 2025.

For further details and comprehensive release notes, visit the Kubernetes documentation.

Related posts