add node into node group

0

Hi Folks, IHAC, They are focus on HPC and using NVME SSD for High disk performance. they need to add node into node group on EKS, and get the node specification. Then they will submit the following pods to the same node to use the same NVME SSD. Does EKS has API or other methods to add the node into node group, and get the related node info? Many thanks,

1 Risposta
0

Since nodes in a node group inherit the labels and taints, it would be better to create a separate node group for the HPC/SSD requirement

HPC / NVMe SSD Pods can then be scheduled on these nodes using appropriate node selector / tolerations and the regular pods could be scheduled as usual on the existing node group

Ref: k8S Doc & AWS Doc

--Syd

profile picture
Syd
con risposta 2 anni 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