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 service | Deployment method | Guide |
|---|---|---|
| ACK | Deploy a stateless workload by using a Deployment | Create a stateless workload (Deployment) |
| EDAS | Deploy a Java microservices application in a Kubernetes cluster by using a container image | Use an image to deploy a Java microservices application in a Kubernetes cluster |
| FC | Create a Custom Container function by using a container image | Create a Custom Container function |
Deploy to ACK
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.
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.