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

10/26/2018

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?

-- Alex Xu
kubernetes
nvidia-docker

1 Answer

10/26/2018

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.

-- mk_sta
Source: StackOverflow