CCE Image Accelerate Description
Updated at:2025-10-27
Component introduction
The CCE Image Accelerate component offers on-demand loading for container images. By leveraging the image acceleration functionality of the Cloud Container Registry (CCR), it eliminates the need for full downloads and enables online decompression of image data, significantly reducing container startup times and enhancing application distribution efficiency.
Component function
- cce-image-accelerate-controller: A controller designed to install or uninstall the image acceleration single-node driver, enabling the installation or removal of the image acceleration driver for a specific node as per user requirements.
- cce-image-accelerate-installer: An installer for the image acceleration driver that is deployed on each node requiring image acceleration.
- cce-image-accelerate-uninstaller: Image acceleration uninstaller used to remove and restore nodes where the image acceleration driver has been installed.
Application scenarios
In container service deployment groups, downloading and online decompression of container data are not required, significantly reducing container startup times and delivering a streamlined elastic experience.
Usage restrictions
Usage limitations of the component:
| Configuration | Version |
|---|---|
| Container runtime | Containerd 1.4.2 or higher; Docker is not supported temporarily |
| OS distribution | Centos 7.x, Ubuntu 16.x or higher |
| Kubernetes cluster version | Currently, only versions 1.18.9, 1.20.8, 1.22.5 and 1.24.4 are supported |
Install component
- Sign in to the Baidu AI Cloud official website and enter the management console.
- Select Product Services > Container > Cloud Container Engine (CCE) to enter the CCE management console.
- Click Cluster Management - Cluster List in the left navigation pane.
- Click on the target cluster name in the Cluster List page to navigate to the cluster management page.
- On the Cluster Management page, click O&M & Management > Component Management.
- Select the CCE Image Accelerate component from the component management list and click Install

- Click the OK button to complete the component installation.

Deployment status
When the CCE Image Accelerate component is installed, the following objects will be deployed in the Kubernetes cluster:
| Object name | Belonging to namespace | Resource usage | Types |
|---|---|---|---|
| cce-image-accelerate-controller | kube-system | - | Deployment |
| cce-image-accelerate-installer | kube-system | - | DaemonSet |
| cce-image-accelerate-uninstaller | kube-system | - | DaemonSet |
| image-accelerate-manager-role | - | - | ClusterRole |
| image-accelerate-manager-role | - | - | ClusterRoleBinding |
| image-accelerate | kube-system | - | ServiceAccount |
| image-accelerate-service-mutating-webhook-configuration | - | - | MutatingWebhookConfiguration |
| image-accelerate-webhook | kube-system | - | Service |
Version records
| Version No. | Cluster version compatibility | Update time | Update content | Impact |
|---|---|---|---|---|
| 0.8.3 | CCE/v1.18+ | 2022.06.28 | First release | - |
