AeroLab deploys and manages Aerospike clusters on Docker, AWS, or GCP — for local dev, testing, and performance benchmarking.
# Install (macOS via Homebrew; see Getting Started for other platforms)
brew install aerospike/tools/aerolab
# Configure backend (Docker)
aerolab config backend -t docker
# Create a cluster
aerolab cluster create -n mycluster -c 3
# List clusters
aerolab cluster listWant AWS or GCP instead of Docker? Both need extra setup (credentials, and gotchas like private-only VPCs) — see Getting Started.
- Getting Started - install, configure a backend, create your first cluster
- Commands Reference
- Cloud Configuration
- MCP Server for AI agents - Drive AeroLab from Claude, Cursor, Codex, etc. via
aerolab mcp - Migration Guide - Upgrading from AeroLab 7.x to 8.x
If upgrading from AeroLab 7.x, see the Migration Guide for details on migrating your configuration and inventory.