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 個月前檢視次數 1573 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南