pluto

Discover deprecated Kubernetes API versions in your clusters

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool to help discover deprecated apiVersions in Kubernetes

Commands

pluto

Examples

check kubernetes cluster for deprecated apis$ pluto detect-all-in-cluster
scan yaml files for outdated kubernetes apis$ pluto detect-files -d ./manifests
find deprecated apis in helm releases$ pluto detect-helm-releases
list all deprecated kubernetes api versions$ pluto list-versions
check specific yaml file for api deprecations$ pluto detect-files -f deployment.yaml