All Products
Search
Document Center

Container Service for Kubernetes:Create and manage node pools in sandboxed containers

Last Updated:Jun 26, 2025

Sandboxed-Container runtime executes applications in lightweight virtual machines isolated from the rest of the system. This architecture establishes kernel-level isolation for application pods while maintaining strict environmental segregation from the host infrastructure. This mechanism effectively protects the host or other containers against attacks or vulnerabilities within the sandboxed container. In Container Service for Kubernetes (ACK), nodes are managed through node pools. This topic describes how to create and scale a node pool that runs in a sandboxed container.

Usage notes

Create a node pool in a sandboxed container

When you create a node pool, select Sandboxed-Container as the container runtime. For more information, see Create and manage a node pool.

image

Scale the node pool

  1. Log on to the ACK console. In the left-side navigation pane, click Clusters.

  2. On the Clusters page, find the cluster to manage and click its name. In the left-side navigation pane, choose Nodes > Node Pools.

  3. Click Scale in the Actions column of the node pool that you want to manage. Select Manual for the Scaling Mode parameter, configure the Expected Nodes parameter, and submit the configurations according to the instructions on the page. After you scale out the node pool, the node pool is scaled out to the expected number of nodes.

References