Skip to main content
Version: 0.4.0-beta

πŸš€ Quick Start Guide

This Quick Start guide provides two ways to launch CORESPEQ Cluster Wizard with the Wizard Client Web UI:

  1. K3s Deployment β€” lightweight Kubernetes-based setup
  2. Docker Compose Deployment β€” containerized local environment

Both methods deliver a functional Cluster Wizard environment suitable for evaluation, development, or small-scale production use. For larger or full production deployments, refer to the full Cluster Wizard Deployment documentation.

For full setup and configuration details visit:


warning

If the nodes IP address changes after deployment, the cluster may require rebuilding.

☸️ Deploying Cluster Wizard on K3s​

note

The K3s deployment option assumes that a working K3s cluster is already installed and running. This guide does not cover installing K3s itself.

The K3s deployment of CORESPEQ Cluster Wizard with the Wizard Client Web UI 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, and simple steps to install k3s, 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

🐳 Deploying Cluster Wizard with Docker Compose​

note

The Docker Compose deployment option assumes that Docker and Docker Compose are already installed and available. This guide does not install Docker or 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

πŸ’» Windows and macOS Compatibility​

The Docker Compose deployment for CORESPEQ Cluster Wizard runs on Windows 10/11, macOS, and Linux, providing a consistent setup experience across all platforms.

Highlights​

  • Easy local setup:
    docker compose up -d
  • Compatible with Linux, macOS, and Windows.
  • Compatible with both Docker and Podman
  • Supports optional non-sudo setup
  • Access via:
    • Wizard Client Web UI: https://<EXTERNAL_IP>:25080

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:

  1. Log in to the Web UI using your admin certificate and private key.
  2. Add new nodes using Node Wizard β€” see Node Wizard Installation Guide
  3. Start managing VMs, storage, and users directly from the Cluster Wizard dashboard.

Learn More​

⚠️ Problems and Troubleshooting​