All Products
Search
Document Center

Container Service for Kubernetes:create and manage sandboxed container node pools

Last Updated:Mar 01, 2026

A sandboxed container runtime runs applications and their dependencies in a lightweight virtual machine. It provides application pods with an independent kernel layer and fine-grained isolation. This prevents malicious attacks or vulnerabilities in a container from affecting the host or other containers. ACK uses node pools to manage nodes. This topic describes how to create a sandboxed container node pool and scale out sandboxed container nodes.

Limits

Create sandboxed container node pools

When you create a node pool, set the container runtime to sandboxed container. For more information, see Create and manage node pools.

image

Scale out sandboxed container node pools

  1. Log on to the Container Service console. In the navigation pane on the left, click Clusters.

  2. On the Clusters page, click the name of your cluster. In the navigation pane on the left, click Nodes > Node Pools.

  3. In the Actions column of the target node pool, click Scale. Select Manual mode and set Expected Nodes. Follow the on-screen instructions to submit the changes.

    After the scale-out operation is complete, the number of nodes in the node pool is updated to the number of desired nodes.

References