Skip to main content
Version: 0.4

Create a Workload Cluster

Provision workload clusters for deploying applications and hosting environments.

Summary

Workload clusters run your applications and environments. Once you have a management cluster provisioned, you can create multiple workload clusters to organize your infrastructure by environment, team, or purpose.

Prerequisites

  • Platform Admin or Team Admin role
  • A management cluster provisioned for your organization
  • A cloud account configured in your organization

Clusters Page Overview

After your management cluster is provisioned, the Clusters page shows a graph view of your cluster topology with the management cluster and any existing workload clusters.

Clusters page with management cluster

From this page, click Add workload cluster to create a new cluster.

Create Workload Cluster

  1. Navigate to Clusters in the left sidebar

  2. Click Add workload cluster

  3. The cluster creation form opens in a side panel:

Workload cluster creation form

Cluster Type

Choose the type of cluster to create:

  • Physical: Full Kubernetes cluster with dedicated cloud infrastructure
  • Virtual: Lightweight virtual cluster that shares resources with other clusters (faster to create, lower cost)

Cluster Configuration

  1. Configure the cluster settings:
FieldDescriptionExample
Cluster nameUnique name for the clusterdevelopment
Cloud accountCivo account to provision the cluster inmy-civo-account
RegionCivo region for the clusterNYC1
Node sizeCivo instance size for nodesg4s.kube.large
Number of nodesInitial node count (minimum 2 recommended)2
note

Civo cluster types do not use AMI types or EC2 instance sizes. Select a Civo node size such as g4s.kube.small, g4s.kube.medium, or g4s.kube.large.

  1. Optionally select an environment for the cluster to host

Example Configuration

Here's an example of a filled form for a development cluster:

Workload cluster form filled

  1. Click Add cluster to start provisioning

Monitor Provisioning

After clicking Add cluster, the form closes and the Clusters page shows your new cluster in a provisioning state:

Workload cluster provisioning

Workload cluster provisioning typically takes 15-20 minutes. You can:

  • View provisioning progress in the cluster details panel
  • Check the Logs tab for real-time provisioning output
  • Monitor the cluster status in Argo CD

Instance Size Guidelines

Use CaseRecommended Node SizeNotes
Developmentg4s.kube.smallCost-effective for dev workloads
Stagingg4s.kube.mediumMatch production sizing
Productiong4s.kube.large or largerSize based on workload requirements

Important Notes

  • Physical clusters require more resources and take longer to provision than virtual clusters
  • Cluster names must be unique within your organization
  • You cannot change the cluster type after creation
  • The minimum recommended node count is 2 for high availability

What's Next?

After your workload cluster is provisioned: