---
description: "Deploy a Verda Instant Cluster in under thirty minutes: choose your GPUs and node count, pick an orchestrator, and connect once the cluster is fully ready."
revision_date: 04.08.2026
---

# Deploying an Instant Cluster

## Deploying an instant cluster

![](https://docs.verda.com/assets/deploying-cluster-overview.png)

Deploy an instant cluster by clicking the **Deploy Cluster** button on the top right of the **Clusters** page. In the next screen, you can choose your contract duration (starting from 1 day) and the number of GPUs (depending on the available resources) you would like to have in your cluster.

Select the Job orchestrator, OS and Cuda toolkit:

![](https://docs.verda.com/assets/deploying-cluster-job-orchestrator.png)

Next, select your shared filesystem size. File systems are mounted as follows:

* Local storage is mounted to `/mnt/local_disk` on each worker node.
* SFS is mounted to `/home` on all nodes, including the jump host.

![](https://docs.verda.com/assets/deploying-cluster-storage-selection.png)

You also need to supply your SSH public key before you deploy. We recommend you choose the cluster hostname appropriately, since your worker nodes will inherit the hostname as the prefix.

Once the above steps are done, you deploy the cluster, just like you would an [ordinary Verda cloud instance](https://docs.verda.com/cpu-and-gpu-instances/set-up-a-gpu-instance/).

## Accessing your cluster

Once deployment has been done, please give the cluster around 20 minutes to start.

Please also note that the jump host node will become accessible a few minutes before the worker nodes are ready, when starting the cluster for the first time. As part of this 20 minutes we [validate](https://docs.verda.com/clusters/instant-clusters/validation/) the cluster.

!!! info
    The default Linux user for your on-demand cluster is `ubuntu`


Once the cluster has been created, you can proceed to log in by copying the `ssh ubuntu@CLUSTER_IP` command from the **Clusters** screen in the console.

You can login to the individual worker nodes from your jumphost by running `ssh WORKER_NAME`

!!! info
    You can use tab-completion with SSH to quickly login to your worker nodes


## Running jobs

Use the orchestrator you selected at deploy time to manage cluster jobs. This ensures proper resource allocation and prevents conflicts, for example, multiple users attempting to run workloads on the same GPU at the same time. Continue with the section for your orchestrator:

* **Kubernetes**: [Kubernetes](https://docs.verda.com/clusters/instant-clusters/kubernetes/)
* **Slinky** (Slurm on Kubernetes): [Slinky → Getting started](https://docs.verda.com/clusters/instant-clusters/slinky/getting-started/)
