Hey everyone! I'm putting together some deployment tools for AWS users, and I need to figure out how to upgrade EKS cluster versions using Terraform programmatically. Has anyone done something like this before? If you're managing more than 50 EKS clusters, what strategies would you recommend? I'd love to hear your thoughts!
1 Answer
We've tackled this at my workplace. It’s definitely doable, but a key thing to remember is that any EKS add-ons you've installed need to be updated alongside the cluster version, and this process can be tricky at times.

So you update the add-ons before the main EKS cluster? Do you follow any specific playbook for that?