Detect deprecated resources in Kubernetes
Nowadays without using Kubernetes, DevOps/Platform engineer’s day will not be complete. Kubernetes is inevitable to run containers in production.
The K8s team is continuously adding new changes and updating the existing API versions, so it could be hard for teams to identify the manifest object changes to upgrade the Kubernetes cluster.
Let’s explore some open source pre-upgrade checker tools,
Kubepug
Kubernetes PreUpGrade checker.
kubent
Easily check your clusters for use of deprecated APIs.
Pluto
A CLI tool to help discover deprecated API versions in Kubernetes.
Popeye
Kubernetes cluster resource sanitizer.
If you know any other tools other than this, let us know in the comment.