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달 전1581회 조회
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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠