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
asked 5 months ago1388 views
1 Answer
1
Accepted Answer

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
answered 5 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions