All Products
Search
Document Center

Container Registry:Deploy Container Registry images to other Alibaba Cloud services

Last Updated:Feb 27, 2026

Container Registry stores and manages container images that you can deploy to other Alibaba Cloud services. This topic describes how to deploy images from a Container Registry Enterprise Edition instance to Container Service for Kubernetes (ACK), Enterprise Distributed Application Service (EDAS), and Function Compute (FC).

Prerequisites

Before you begin, make sure that you have:

Supported services

The following table summarizes the supported deployment targets and the corresponding guides.

Target serviceDeployment methodGuide
ACKDeploy a stateless workload by using a DeploymentCreate a stateless workload (Deployment)
EDASDeploy a Java microservices application in a Kubernetes cluster by using a container imageUse an image to deploy a Java microservices application in a Kubernetes cluster
FCCreate a Custom Container function by using a container imageCreate a Custom Container function

Deploy to ACK

  1. Configure your ACK cluster to pull images from Container Registry without a secret. For more information, see Use the passwordless component to pull images from an ACR Enterprise Edition instance within the same account.

  2. Create a stateless workload by using a Deployment. For more information, see Create a stateless workload (Deployment).

Deploy to EDAS

Deploy a Java microservices application in a Kubernetes cluster by using a container image. For more information, see Use an image to deploy a Java microservices application in a Kubernetes cluster.

Deploy to FC

Create a Custom Container function by using a container image. For more information, see Create a Custom Container function.