Cluster Wizard - Cluster Level Management
The Cluster Wizard is the centralized orchestrator.
It serves as the "brain" for multi-node deployments, allowing you to manage a distributed network of nodes from a single interface.
📄️ Cluster Wizard Deployment
Cluster Wizard is a control plane of the Cluster Wizard system and operates in conjunction with Node Wizard managed hosts. Once deployed, Cluster Wizard connects to Node Wizard instances to register them and provides centralized authentication, coordination, and management across the cluster. Cluster Wizard offers additional capabilities designed for multi-node and multi-tenant environments, making it suitable for larger or more complex deployments. This document describes how to deploy Cluster Wizard and prepare the control plane for registering and managing nodes. After installation, you can interact with the control plane using either the Wizard Client or the Wizard Client WebUI.
📄️ Wizard Client CLI Installation
Wizard Client is a command line interface for interacting with the Cluster Wizard control plane. It provides authenticated access for performing management operations such as registering nodes and querying cluster state. Wizard Client acts as a management interface and can run on any machine that has network access to Cluster Wizard.
📄️ Wizard Client WebUI Deployment
Wizard Client WebUI provides a web based interface for interacting with the Cluster Wizard control plane.
📄️ Cluster Wizard + WebUI (k3s)
This Quick Start guide provides a ways to launch CORESPEQ Cluster Wizard with the Wizard Client WebUI using K3s Deployment — lightweight Kubernetes-based setup
📄️ Cluster Wizard + WebUI (Docker Compose)
This Quick Start guide provides a ways to launch CORESPEQ Cluster Wizard with the Wizard Client WebUI using Docker Compose Deployment — containerized local environment