GPU Support
kOps will also install a RuntimeClass . As the nvidia runtime is not the default runtime, you will need to add to any Pod spec you want to use for GPU workloads. The RuntimeClass also configures the appropriate node selectors and tolerations to run on GPU Nodes.
The taint will prevent you from accidentially scheduling workloads on GPU Nodes.
Creating an instance group with GPU nodeN
Due to the cost of GPU instances you want to minimize the amount of pods running on them. Therefore start by provisioning a regular cluster following the .