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
posta 6 mesi fa1581 visualizzazioni
1 Risposta
1
Risposta accettata

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
con risposta 6 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande