All Products
Search
Document Center

Container Service for Kubernetes:Overview of Lingjun node pools

Last Updated:Mar 26, 2026

Lingjun node pools let you manage Lingjun compute nodes in ACK Lingjun managed clusters as a grouped unit — applying container runtime settings, CPU policies, labels, taints, and user-defined data to all nodes in the pool at once, and scheduling workloads to specific nodes or GPU configurations by node pool.

You cannot create Lingjun node pools from the ACK console. To create a node pool, log on to the Intelligent Computing LINGJUN console. For setup instructions, see Create an ACK Lingjun managed cluster.

How it works

Intelligent Computing LINGJUN organizes compute nodes into groups. You can add compute nodes in a cluster to different groups based on your environment, cluster, and compute node requirements to improve the utilization of compute nodes. A Lingjun node pool maps one or more of those LINGJUN groups into a single ACK node pool, so you can manage Lingjun nodes using standard Kubernetes node pool workflows.

Each Lingjun node belongs to exactly one Lingjun node pool.

image

Features

Lingjun node pools support the same features as ACK node pools. Each node in the pool shares the following configurable attributes:

AttributeDescription
Container runtimeRuntime type and version applied to all nodes
CPU management policyCPU allocation strategy for node workloads
Labels and taintsKubernetes labels and taints for scheduling control
User-defined dataCustom metadata attached to nodes

Default label and taint

Every node in a Lingjun node pool is automatically assigned the following label and taint, which prevent ACK system components from scheduling pods to Lingjun nodes:

TypeKeyValue / Effect
Labelalibabacloud.com/lingjun-workertrue
Taintnode-role.alibabacloud.com/lingjunEffectNoSchedule

To run a pod on a Lingjun node, add a toleration for the taint to the pod spec.

Important

Do not delete the default label or taint. If removed, ACK system components may schedule pods to Lingjun nodes, which can affect your workloads.

image

What's next