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 Answer
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
answered 2 years 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