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개 답변
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인