devtron-labs / silver-surfer

Kubernetes objects api-version compatibility checker and provides migration path for K8s objects and prepare it for cluster upgrades
https://devtron.ai/
Apache License 2.0
353 stars 37 forks source link

Can we still use kubedd for AKS 1.29v upgrade? #41

Closed ragurajendran86 closed 4 months ago

ragurajendran86 commented 4 months ago

we were using this tool for migrating from 1.25v to 1.27v. Now we are planning to migrate to 1.28 and then to 1.29v. I see this repo didnt have any commit recently and ReadMe still talk about 1.27v.

Can we still use this for future upgrades?

pghildiyal commented 4 months ago

Yes you can use it for all future upgrades, kubedd doesnt store schema information in the cli, instead it fetches relevant open api spec from the github repository of kubernetes and therefore can validate migration against any kubernetes version.

ragurajendran86 commented 4 months ago

thanks for confirming it, thought thats what kubedd was doing it internally since not much interaction on this space.

Hope this helps someone like me in future :-)