KubePug/Deprecations is intended to be a kubectl plugin, which Downloads a generated data.json file containing API deprecation information for a specified release of Kubernetes. Scans a running Kubernetes cluster to determine if any objects will be affected by depreciation. Displays affected objects to the user.
Features
- Can run against a Kubernetes cluster, using kubeconfig or the current cluster
- Can run against a different set of manifest/files
- Allows specifying the target Kubernetes version to be validated
- Provides the replacement API that should be used
- Documentation available
- Informs the version that the API was deprecated or deleted, based on the target cluster version
- Use it as a standalone program
