Deploy applications

Step 1: Check the GPU configuration using the following command:

kubectl get nodes -o json | jq '.items[].metadata.labels'

Example: The image below shows a worker using Metal Cloud GPU H100, with the strategy configuration: all-disable, status: success.

Step 2: Check the GPU instance configuration on the worker by SSHing into the node and typing the following command:

Nvidia-smi

The example below shows that the GPU driver has been successfully installed and is running with 8 GPUs in None mode.

👉 Example of deploying an application using the GPU:

Last updated