Overview
The Admin Guide covers how to create, run, and manage Clustron DKV stores.
It is focused on operational tasks such as:
- Connecting to a cluster
- Creating and starting stores
- Managing nodes and ports
- Monitoring system behavior
What is Administration in Clustron?β
Administration involves managing the lifecycle of a store.
A typical workflow looks like:
Connect β Create β Start β Monitor β Stop
Core Responsibilitiesβ
As an administrator, you will:
- Connect to one or more managers
- Create stores with the desired configuration
- Start and stop stores
- Manage multi-node deployments
- Monitor performance and health
Managers and Nodesβ
Clustron separates responsibilities:
- Manager β controls and manages stores (one per machine)
- Node (store instance) β runs the actual data and coordination
Machine
βββ Manager (7801)
βββ Node(s) (cluster + client ports)
Command-Line Interfaceβ
Clustron is managed using PowerShell commands.
Common commands include:
Connect-DkvManagerβ connect to managersNew-DkvStoreβ create a storeStart-DkvStoreβ start a storeStop-DkvStoreβ stop a storeGet-DkvStoreβ view store information
Single Machine vs Multi-Machineβ
You can run Clustron in different topologies:
Single Machineβ
- One manager
- Multiple nodes (using
InstanceCount) - Ideal for development and testing
Multiple Machinesβ
- One manager per machine
- One or more nodes per machine
- Suitable for production and scale
Ports Overviewβ
Clustron uses three types of ports:
- Management Port (7801) β manager communication
- Cluster Ports β node-to-node communication
- Client Ports β client connections
What This Guide Coversβ
This guide will walk you through:
- Connecting to managers
- Creating and managing stores
- Configuring multi-node deployments
- Understanding ports and networking
- Monitoring and troubleshooting
Whatβs Nextβ
π Continue to Connecting to Cluster to connect to managers