Quickstart
Create a compute federation from the CLI in under two minutes.
-
Install the Vantage CLI — Follow the CLI installation guide if you haven't already.
-
Log in — Run
vantage loginand authenticate with your Vantage credentials. -
Create the federation — Run
vantage cluster federation create my-federation --description "My first federation". The name must be unique across your organization. -
List your federations — Run
vantage cluster federation listto confirm the federation was created. It appears in the list with its name and description. -
Add clusters — Federations link clusters together. Use the cluster create or update commands to associate clusters with the federation.
Federations are useful for distributing workloads across clusters in different regions or providers. A job submitted to a federation is routed to an available cluster within it.