Alex Xu
Alex Xu

Reputation: 29

Kubernetes add GPU support, does the cpu node need install nvidia driver and nvidia docker?

I am new to Kubernetes. Now I need to add 2 nodes with GPU. The origin environment is 5 cpu node. Should I install nvidia driver and nvidia docker in the 5 cpu node too?

Upvotes: 0

Views: 184

Answers (1)

Nick_Kh
Nick_Kh

Reputation: 5243

As @Shashank Pai mentioned, take a look at NVIDIA documentation Here in order to check all the advantages of using NVIDIA GPUs in Kubernetes cluster.

Upvotes: 1

Related Questions