K8s gpu operator supporting multiple GPU models?

i m building K8S GPU cluster which consists of multiple gpu nodes with diffrent gpu models.

for example, one node has rtx 3090 gpus and another node has a100 gpus.

GPU operator can support it even if there are more than 1 gpus models in the sample cluster?

Hello @sorididim11 and welcome to the NVIDIA developer forums.

If you look at Platform Support — gpu-operator 23.6.0 documentation you will see that RTX 3090 is not officially supported. That will be your first obstacle.

Secondly, GPU operator also does not officially support heterogeneous configurations. Refer to an older Github issue.

I hope that answers your question.

Thanks!

1 Like