using the same manifest file you used to create the resource with kubectl apply.
== Targeting specific nodes and GPU capabilities ==
By default, your pods will be scheduled on the lowest class of GPUs (in terms of memory available - actually, these are sliced nVidia A100, which pack quite a punch). Please refer to
[Cluster:Compute nodes|the documentation on compute nodes] for information how to target different nodes with higher capability.
== Accessing ports on the pod from your own system ==