Skip to main content

Create a Cluster

Deploy a Slurm or Slurm on Kubernetes cluster using the Vantage platform

Create a Cluster

Overview

Clusters are the compute environments where jobs run in Vantage. This guide walks you through creating a cluster using the Vantage web UI. Two cluster types are supported: Slurm (traditional HPC) and Slurm on Kubernetes (Slurm deployed on an existing K8s cluster).

Alternative Methods

Clusters can also be created via the Vantage CLI, Vantage SDK, and Vantage API. For more information, see the respective documentation sections.

What You'll Learn

  • How to navigate to the Clusters dashboard
  • How to create a Slurm cluster or a Slurm on Kubernetes cluster

Prerequisites

  • A Vantage account and organization (Sign Up)
  • A configured Cloud Account — required before creating a cluster

Step 1: Access the Cluster Dashboard

Click the Clusters icon in the left navigation sidebar. The Clusters list page shows all existing clusters with columns for Name, Type (SLURM or SLURM ON K8S), Status, Provider, Owner, and Actions.

Cluster dashboard

Step 2: Prepare a Cluster

Click the + Prepare Cluster button in the top-right corner. A multi-step wizard opens titled "Choose Cluster Type".

Prepare cluster button

Step 3: Choose a Cluster Type and Configure

Select the type of cluster you want to create:

Traditional HPC workload manager. Configure compute partitions, submit batch jobs, and manage node pools.

Click the Slurm card and then click Continue.

Configure Cluster Details

FieldRequiredNotes
Cluster NameNoMax 27 characters
Cluster DescriptionNoMax 255 characters
Cloud AccountYesSelect from your configured cloud accounts

The remaining steps depend on the Cloud Account type selected:

LXD or On-Premises accounts — No additional fields appear. Click Create Cluster to finish. The wizard completes in 2 steps.

Cloud provider accounts (e.g., AWS) — A notice appears: "Cloud clusters are deployed in AWS and scale automatically to the size of the workloads submitted to them." Additional fields appear:

FieldRequiredNotes
RegionYesSelect your cloud region
Head Node Machine TypeYesSelect a region first, then click Select Head Node to choose a machine type
SSH Key NameYesSelect a cloud account and region first

Advanced Options (expand to configure custom networking — leave empty to use cloud defaults):

FieldRequiredNotes
VPC IDNoSelect a Cloud Account and region first
Head Node Subnet IDYes, if VPC selectedSelect a VPC first
Compute Node Subnet IDNoSelect a VPC first

Click Proceed to Select Partitions to continue. Configure your Slurm partitions, then click Create Cluster.

Step 4: Verify Cluster Status

Return to the Clusters list page. The cluster status shows "preparing" while provisioning, then transitions to "ready" when complete.

Cluster connected successfully

Summary

Your cluster is now ready for workloads. You can launch notebooks, submit jobs, and manage compute resources through the Vantage platform.

Next Steps

⌘I