Key Concepts
Cluster
Build
Reset
Upgrade
Required Permissions
How to Create a Cluster
Click Add Cluster
Configure Basic Settings
- Cluster Name - Unique identifier
- Cluster Domain - DNS domain (e.g.,
cluster.local)
Configure Versions
- K8s Version - Select Kubernetes version
- Runtime - Container runtime (containerd)
- Runtime Version - Specific runtime version
Configure Networking
- Pod Network - CIDR for pod IPs (e.g.,
10.244.0.0/16) - Service Network - CIDR for services (e.g.,
10.96.0.0/12) - CNI Plugin - Network plugin (Calico, Cilium, etc.)
Configure Options
- Proxy Mode - iptables (default) or ipvs
- CGroup Driver - systemd (recommended) or cgroupfs
- Metrics Server - Enable for resource monitoring
Create
How to Build a Cluster
Building installs Kubernetes components on all configured nodes.Open Cluster
Click Build
Review Node Readiness
- SSH connectivity
- OS compatibility
- Disk, memory, and CPU availability
- Required ports
Review Configuration
Start Build
How to Reset a Cluster
Resetting removes all Kubernetes configurations and returns nodes to clean state.Open Cluster
Click Reset
Review Impact
- Running workloads (pods, deployments)
- Storage (PVs, PVCs)
- Network resources (services, ingresses)
- Configuration (configmaps, secrets)
Complete Safety Checklist
- Data has been backed up
- Workloads will be terminated
- Storage data will be lost
- Action is irreversible
Confirm Reset
How to Upgrade a Cluster
Open Cluster
Click Upgrade
Select Target Versions
Execute Upgrade
How to Delete a Cluster
Find the Cluster
Click Delete
Confirm
Troubleshooting
Build fails with node readiness errors
Build fails with node readiness errors
- Check SSH connectivity to all nodes
- Verify nodes meet minimum resource requirements
- Ensure required ports are not in use
- Check OS compatibility
Cluster shows Not Ready after build
Cluster shows Not Ready after build
- Check operation logs for errors
- Verify network connectivity between nodes
- Ensure CNI plugin installed correctly
- Check control plane component logs
Cannot connect to cluster
Cannot connect to cluster
- Verify API server is running
- Check network connectivity to master nodes
- Ensure kubeconfig is correct
- Verify certificates are valid
Reset operation hangs
Reset operation hangs
- Check operation logs for specific errors
- Verify SSH connectivity to all nodes
- Some resources may have finalizers preventing deletion
FAQ
What's the difference between creating and building?
What's the difference between creating and building?
Can I change Kubernetes version after building?
Can I change Kubernetes version after building?
What happens to data when I reset?
What happens to data when I reset?
Should I use iptables or ipvs proxy mode?
Should I use iptables or ipvs proxy mode?
What is Strict ARP mode?
What is Strict ARP mode?