Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devtron-labs/deprecation-checker


https://github.com/devtron-labs/deprecation-checker

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Kubedd

As kubernetes has come of its age, it has started deprecating and removing older kubernetes objects apiVersions.

`kubedd` is a tool to help specifically with the migration of kubernetes version, it detects
1. Identify and provide recommendations for apiVersions which have been removed or deprecated
2. Validates schema against current kubernetes (in case cluster is provided) as well as target kubernetes version
3. Warns in case it is not possible to migrate from current version to target kubernetes version

It does so using Kubernetes OpenAPI specification, and can validate schemas for multiple versions of Kubernetes.

```
$ ./bin/kubedd --kubeconfig --kubernetes-version 1.22

```

For full usage and installation instructions see [devtron.ai](https://docs.devtron.ai/).