Deprecated APIs Dashboard
The Deprecated APIs Dashboard provides a list of deprecated Kubernetes APIs and important details:
- API Version & Kind: The full name of the deprecated API and its resource kind.
- Kubernetes Version: The current version of the cluster where the API was found.
- Deprecated In: The Kubernetes version in which the API was officially marked as deprecated.
- Unavailable In: The future Kubernetes version in which the API will no longer be available.
- Migrate To: The recommended new API version that you should migrate your resources to.
- Resource Count: The number of live resources currently using this deprecated API. A count greater than zero indicates that action is required.
This dashboard provides the insights to let teams know where and how to prioritize the proper migration. There are 4 different severities:
- Critical: already deprecated in current kubernetes version and resource count > 0
- High: already deprecated in current kubernetes version and resource count is 0
- Medium: will be deprecated in next kubernetes minor version and resource count > 0
- Info: will be deprecated in next kubernetes minor version and resource count is 0