# Install LXD
pip install vantage-cli
# Login to Vantage
vantage login
# Check your logged in user
vantage whoami
# Clone and setup
git clone https://github.com/vantagecompute/vantage-cli.git
cd vantage-cli && uv sync
# Login to Vantage
uv run vantage login
vantage cluster create my-slurm-multipass-cluster \
--cloud localhost \
--app slurm-multipass-localhost
vantage cluster create my-slurm-lxd-cluster \
--cloud localhost \
--app slurm-juju-localhost
vantage cluster create my-slurm-microk8s-cluster \
--cloud localhost \
--app slurm-microk8s-localhost
vantage deployment slurm-microk8s-localhost deploy \
--sssd-conf="$(juju exec --unit nfs-home/leader 'cat /etc/sssd/sssd.conf')"
microk8s.kubectl port-forward --address 0.0.0.0 -n jupyter-test service/proxy-public 8080:80
Visit our comprehensive documentation site: vantagecompute.github.io/vantage-cli
- Installation Guide: Detailed setup instructions
- Architecture Overview: How vantage-cli works
- Command Reference: Complete command documentation
- Troubleshooting: Common issues and solutions
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Email: james@vantagecompute.ai
Copyright © 2025 Vantage Compute Corporation
This project is licensed under the GPLv3 License - see the LICENSE file for details.
Made with ❤️ by Vantage Compute