> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How do I request specific GPU types using Node selectors?

Use a `nodeSelector` (or `nodeAffinity`) on your Pod to target a specific GPU type. CoreWeave labels GPU Nodes with hardware properties such as GPU model and instance class, so you can match against the exact label key and value the platform applies. List the labels available on a Node with `kubectl describe node [NODE-NAME]` to find the right key for your workload.

For full details on selecting Nodes by GPU type, see [Target specific GPUs or CPUs](/products/cks/nodes/manage#target-specific-gpus-or-cpus).

***

<Badge stroke shape="pill" color="blue" size="md">[Workload Scheduling](/support/cks/tags/workload-scheduling)</Badge><Badge stroke shape="pill" color="blue" size="md">[Nodes](/support/cks/tags/nodes)</Badge>
