Tag: cloud
-
Running Kubernetes Pods Requesting a Specific GPU Type
Kubernetes and OpenShift allows you to schedule Pods that have access to GPU accelerator resources. It is also possible to request a specific kind of accelerator. This can be done on any resource type that allows defining the container specifications, such as: Jobs, Pods, Deployments, etc. It is therefore possible to specify the number of…