Overview
Cluster templates are reusable blueprints that define the configuration for Kubernetes clusters. A template captures the Kubernetes version, node image, instance flavor, network driver, and storage backend. Once created, a template can be used to deploy multiple clusters with consistent configurations. Your administrator can publish public templates shared across all projects; you can also create private templates for your own use.Prerequisites
- An active Polystack account with project access
- A keypair created in your project for node SSH access
- Compute quota sufficient for cluster nodes
- A project network with external access
Template Fields Reference
Create a Cluster Template
- Dashboard
- CLI
Navigate to Cluster Templates
Navigate to
Container > Cluster Templates.
Create the template
Click Create Cluster Template and fill in the required fields using the
reference table above.
Configure advanced options
Expand Advanced to set optional parameters:
- Insecure Registry: Internal container registry URL (if used)
- Fixed Network / Subnet: Pin cluster nodes to a specific project network
- Labels: Key-value labels for platform-specific options (e.g.,
auto_healing_enabled=true)
Save the template
Click Create Cluster Template. The template appears in the list with status
ACTIVE.Template created with status
ACTIVE and visible in the template list.Network Driver Comparison
The network driver (CNI plugin) is configured at template creation and cannot be changed after cluster deployment.Manage Existing Templates
- Dashboard
- CLI
Navigate to Container > Cluster Templates. From this view you can:
- Click a template name to view its full configuration
- Click Actions → Delete to remove unused templates (templates in use by clusters cannot be deleted)
Next Steps
Deploy a Cluster
Provision a Kubernetes cluster from your template in minutes.
Node Groups
Add specialized node pools with different flavors to your cluster.
Access Cluster
Download kubeconfig and connect kubectl to your cluster.
Kubernetes Admin Guide
Administrator reference for managing public templates and quotas.
