Changing EKS node group instance type

0

Hello, I have an EKS cluster with a node group running on t3.large that I want to move a node group running t3a.2xlarge. What the is safest way to do it with a possible rollback ? What happens to the PVCs, daemonsets, CRDs, etc?

Mehdi
已提问 6 个月前1578 查看次数
1 回答
1
已接受的回答

Hello there,

The safest way to do this is to firstly create the new node group with the new instance type t3a.2xlarge. Once the nodes are registered to the cluster and have reached the Ready state, you can then delete the old node group. Before each node is terminated, Amazon EKS sends a signal to drain the Pods from that node. If the Pods haven't drained after a few minutes, Amazon EKS lets Auto Scaling continue the termination of the instance. DaemonSet controller on the control plane immediately replaces missing Pods with new equivalent Pods on new nodes. PVCs automatically becomes available to its Pod as soon as the pod is available on the new nodes.

AWS
Olawale
已回答 6 个月前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则