Skip to main content

Deployment Applications

Deployment applications are bundled automation modules that v8x cluster create can run after creating or resolving a cluster. They are selected with the --app option.

List the deployment applications available in your installed CLI:

v8x app list

The current built-in local applications are:

AppCloudSubstratePurpose
slurm-multipasson_premmultipassCreate a single-node Slurm cluster in Multipass
vantage-systemlxdlxdProvision Vantage System on an LXD-backed cluster
juju-extlxdjujuExtend an LXD cluster with Juju-managed compute nodes

The common flow is:

v8x cloud account create <account-name> --provider <provider> [--attributes '<json>']
v8x cluster create <cluster-name> --cloud-account <account-name> --app <app-name>
v8x app deployment list

Choose a substrate-specific guide to continue: