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,

AWS
已提問 2 年前檢視次數 339 次
1 個回答
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
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南