← All stories
● Covered by 1 source · 1 reportMedium impact

Kubernetes v1.36 Moves Mixed Version Proxy to Beta with Default Enablement

Kubernetes v1.36 has promoted the Mixed Version Proxy (MVP) to Beta, enabling it by default. The MVP enhances cluster upgrades by routing requests for unsupported resources to capable API servers, mitigating errors like 404 Not Found during API version changes.

Key points

  • Mixed Version Proxy now in Beta in Kubernetes v1.36
  • Enabled by default to improve upgrade safety
  • Proxies requests to capable API servers to prevent errors

Promotion to Beta

The Mixed Version Proxy (MVP), initially introduced as an Alpha feature in Kubernetes 1.28, is now in Beta with the release of Kubernetes v1.36. This feature is designed to make cluster upgrades safer by correctly routing API requests to the appropriate servers, preventing incorrect 404 responses.

Functionality and Impact

Without the MVP, requests sent to an older API server that does not support newer resources can result in a confusing 404 error, despite the resource being available elsewhere in the cluster. By proxying the request to a suitable peer API server, the MVP mitigates potential side effects such as mismanagement of resources.

Improvements Since Alpha

The MVP has evolved significantly since its early implementation. In its original Alpha form, it utilized the StorageVersion API to determine resource availability across different API servers. The new Beta version has modernized this approach, eliminating previous limitations.

Implementation and Benefits

The MVP is automatically enabled in Kubernetes v1.36, allowing users to leverage its capabilities without additional configuration. This enhancement is expected to streamline the upgrade process for clusters by reducing errors and improving functionality.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~39 min · 34 stories · Jul 21

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Kubernetes v1.36 has promoted the Mixed Version Proxy (MVP) to Beta, enabling it by default. The MVP enhances cluster upgrades by routing requests for unsupported resources to capable API servers, mitigating errors like 404 Not Found during API version changes.