How to Programmatically Upgrade Multiple EKS Clusters with Terraform?

0
13
Asked By TechyTurtle21 On

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

Answered By CloudyCat83 On

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.

CuriousCoder77 -

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

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.