π Quick Start Guide
This Quick Start guide provides two ways to launch CORESPEQ Cluster Wizard with the Wizard Client Web UI:
- K3s Deployment β lightweight Kubernetes-based setup
- Docker Compose Deployment β containerized local environment
Both methods deliver a fully functional Cluster Wizard environment suitable for evaluation, development, or small-scale production. For full setup and configuration details visit:
βΈοΈ Deploying Cluster Wizard on K3sβ
The K3s deployment provides a production-aligned environment using Kubernetes and Helm, automating:
- Installation of cert-manager and Helm
- Deployment of Cluster Wizard and Wizard Client Web UI
- Certificate generation and secret management
- NodePort-based service exposure
For complete installation instructions, refer to the official GitHub project: Cluster Wizard K3s Deployment Repository
Highlightsβ
- Single-script automated setup:
curl -sfL https://raw.githubusercontent.com/corespeq-cw/deployments/refs/heads/main/k3s/setup-cluster-wizard-on-k3s.sh | bash -s -- <license-file>
- Integrates Helm, cert-manager, and Cluster Wizard services automatically.
- Accessible via:
- Cluster Wizard API:
https://<node-ip>:30002
- Wizard Client Web UI:
http://<node-ip>:30012
- Cluster Wizard API:
π³ Deploying Cluster Wizard with Docker Composeβ
The Docker Compose project provides a self-contained environment suitable for testing, and demos.
It includes:
- PostgreSQL Database
- Cluster Wizard Service
- Wizard Client Web UI
- Automatic Certificate and CA generation
For full setup and configuration details, visit: Cluster Wizard Docker Compose Repository
Highlightsβ
- Easy local setup:
docker compose up -d
- Compatible with both Docker and Podman.
- Supports optional non-sudo setup
- Access via:
- Wizard Client Web UI:
https://<EXTERNAL_IP>:25080
- Wizard Client Web UI:
Access and Credentialsβ
Both deployment methods create an admin certificate and private key for secure access to Cluster Wizard. You can use these credentials with either the Wizard Client CLI or Wizard Client Web UI.
Refer to:
Next Stepsβ
Once Cluster Wizard and Wizard Client Web UI are deployed:
- Log in to the Web UI using your admin certificate and private key.
- Add new nodes using Node Wizard β see Node Wizard Installation Guide
- Start managing VMs, storage, and users directly from the Cluster Wizard dashboard.
Learn Moreβ
- Wizard Client Web UI
- Cluster Wizard
- π‘ Cluster Wizard Overview