https://pulumi.com logo
Title
m

most-lighter-95902

03/18/2023, 2:59 PM
Hi, what’s the best practice for upgrading the eks kubernetes version and managed node group version? Should I be doing it through aws console or via pulumi’s
version
property in
eks.Cluster
and
eks.ManagedNodeGroup
? I’m just not sure if there will be a down time if I use pulumi since aws console allows for rolling updates option
s

steep-toddler-94095

03/23/2023, 1:15 AM
I would use the Cluster's
version
property in the
ManagedNodeGroup
. Pulumi just makes an API call to AWS to initiate the upgrade, so the behavior is the same as if you went to the console to do the same stuff.