Skip to main content

Deployment Applications

Use deployment applications with the current v8x workflow

Deployment Applications

Deployment applications are reusable platform configurations that you can select during cluster creation.

In the current CLI workflow, you typically:

Inspect the available applications

uvx v8x app list
uvx v8x cluster create --help

Create or choose a cloud account

For localhost environments, start with an on_prem cloud account:

uvx v8x cloud account create localhost-lab --provider on_prem

Create a cluster with a deployment application

Pass the deployment application name with --app:

uvx v8x cluster create my-local-cluster \
--cloud-account-id <ID> \
--app <deployment-application-name> \
--cluster-type slurm

Success looks like this: the deployment application is registered and ready to provision clusters.

Verify the cluster

The cluster request is accepted, the selected deployment application begins provisioning, and uvx v8x cluster get my-local-cluster shows the cluster moving toward a ready state.

Choose a Compute Provider.

Localhost

Our curated library of localhost sandbox environments.

Learn More

AWS

AWS Deployment Applications.

Coming Soon

Kubernetes

Vantage Deployment Applications for K8S.

Coming Soon

Ask AI
Ask a question about Vantage Compute...