Imagine dealing with hundreds of Kubernetes cluste...
# general
r
Imagine dealing with hundreds of Kubernetes clusters upgrade at the same time 😄 This is what my team does, and here is our experience - https://www.qovery.com/blog/the-cost-of-upgrading-hundreds-of-kubernetes-clusters In a nutshell: a clear upgrade process and tons of tests are your best friends 🙂 We have also developed a couple of tools (that we have open-sourced) that make our life easier. If you have any questions, feel free to drop them here.
h
Cool was waiting for this post, very similar to our upgrade process except we do blue green cluster deploys then drain the pods, I use Pluto to double checking things.
r
Thanks @Hugo Pinheiro for your feedback - BTW I think you should definitely connect with @Pierre Mavro - I am pretty sure you have plenty of experience to share together, both
h
For sure, sent him a linked in request, im always up to share stories 😄
s
Thanks for this post .. we struggled wth something similar. Especially with all the breaking changes that came with upgrades. I also remember using a tool via the cli .. i believe it was
kubectl convert
.. which did a decent job.
r
cc @Pierre Mavro
p
Oh I didn't know this one thanks 🙂