Skip to main content

Prerequisites

Before creating a Kubernetes cluster, ensure the following prerequisites are met:
  • A VPC network must already be created. If you do not have one, go to Cloud Networks > Virtual Private Cloud to create one. For setup instructions, refer to the VPC Private Network guide.
  • A subnet must be configured within the VPC network.
  • If you plan to use RDMA networking, ensure you select the appropriate availability zone: zone-a for IB RDMA, or zone-b for RoCE RDMA. Note that virtual machines do not support RDMA.
  • If you plan to attach shared file storage to the cluster, ensure a filesystem has been created in advance.

Configuration

Step 1: Cluster Configurations

Step 2: Node Configurations

Controlplane Configurations

The production cluster uses bare-metal servers to build the control plane, while the test cluster uses virtual machines.

Node Pool

A node pool allows you to create and manage a group of compute nodes with the same instance type, and quickly scale them out as needed.

Instance types and performance

Step 3: Addon Components

Select the optional add-on components to deploy alongside the cluster.

Step 4: FileStorage Configurations

Step 5: Confirm Order

Review all configured settings before submitting. The confirmation page displays two sections: Configurations — Summary of cluster settings, including: Nodes — Summary of node pricing, including:

Procedure

  1. Navigate to the Container Service > Kubernetes (CKS) management console.
  2. On the cluster list page, click Create Kubernetes Cluster in the upper right corner. Create Cluster
  3. Step 1 – Cluster Configurations: Configure the cluster name, region, Kubernetes version, VPC, network settings, and node OS. Then click Next: Node Configurations. Step 1: Cluster Configurations
  4. Step 2 – Node Configurations: Configure the control plane and worker node pool settings, including instance types, node quantity, and GPU driver options. Then click Next: Addon Components. Step 2: Node Configurations
  5. Step 3 – Addon Components: Select the optional add-on components to install on the cluster (e.g., monitoring, GPU plugins, workflow engines). Then click Next: FileStorage Configuration. Step 3: Addon Components
  6. Step 4 – FileStorage Configuration: Optionally enable automatic filesystem mounting and configure the filesystem and mount path. Then click Next: Confirm Order. Step 4: FileStorage Configuration
  7. Step 5 – Confirm Order: Review the cluster configuration summary and node pricing details. Once confirmed, click Create Cluster. Step 5: Confirm Order

Expected result

Cluster provisioning typically takes several minutes. Monitor the cluster list for status updates. Creation is complete when the cluster status changes to Running.