Launchpad is a single-binary CLI for managing MKE and MCR clusters.
Download the binary for your platform (Linux, macOS, or Windows) from the latest GitHub releases.
For Linux and macOS (AMD64 and ARM64):
- Download the binary.
- Make it executable:
chmod +x launchpad. - Move it to your path:
sudo mv launchpad /usr/local/bin/.
Before using Launchpad, you must provision your compute nodes. Ensure the nodes follow the Mirantis predeployment documentation.
Mirantis provides Terraform modules for various clouds:
- AWS: provision-aws
- Azure: provision-azure
- GCP: provision-gcp
Create a launchpad.yaml to define your cluster. A minimal configuration includes:
- Hosts: IP addresses, usernames, and roles (manager, worker).
- MKE Product: Specific versions and license information.
For a full reference, see the public documentation.
Use the apply command to start the installation:
launchpad apply --config launchpad.yamlTo remove managed products from the cluster:
launchpad reset --config launchpad.yaml