816 B
816 B
title | id | date | full_link | short_description | aka | tags | ||
---|---|---|---|---|---|---|---|---|
Mixed Version Proxy (MVP) | mvp | 2023-07-24 | /docs/concepts/architecture/mixed-version-proxy/ | Feature that lets a kube-apiserver proxy a resource request to a different peer API server. |
|
|
Feature to let a kube-apiserver proxy a resource request to a different peer API server.
When a cluster has multiple API servers running different versions of Kubernetes, this feature enables resource requests to be served by the correct API server.
MVP is disabled by default and can be activated by enabling
the feature gate named UnknownVersionInteroperabilityProxy
when
the {{< glossary_tooltip text="API Server" term_id="kube-apiserver" >}} is started.