All Products
Search
Document Center

Container Registry:Use images of Container Registry to deploy applications in other cloud services

Last Updated:Jan 22, 2024

You can use container images to deploy applications in other Alibaba Cloud services such as Container Service for Kubernetes (ACK), Enterprise Distributed Application Service (EDAS), and Function Compute (FC). This topic describes how to use images of Container Registry in other Alibaba Cloud services.

Use images of Container Registry to deploy applications in ACK

  1. A Container Registry Enterprise Edition instance is created. For more information, see Create a Container Registry Enterprise Edition instance.

  2. Build images in the Container Registry Enterprise Edition instance and push images to the instance. For more information, see Use Container Registry Enterprise Edition instances to build images and Push an image to a Container Registry Enterprise Edition instance and pull an image from the instance.

  3. Configure an ACK cluster to pull images from a Container Registry instance without using a secret. For more information, see Use the aliyun-acr-credential-helper component to pull images without using a secret.

  4. Use an image of Container Registry to deploy an application in ACK. For more information, see Create a stateless application by using a Deployment.

Use images of Container Registry to deploy applications in EDAS

  1. A Container Registry Enterprise Edition instance is created. For more information, see Create a Container Registry Enterprise Edition instance.

  2. Build images in the Container Registry Enterprise Edition instance and push images to the instance. For more information, see Use Container Registry Enterprise Edition instances to build images and Push an image to a Container Registry Enterprise Edition instance and pull an image from the instance.

  3. Use an image of Container Registry to deploy an application in EDAS. For more information, see Use an image to deploy a Java microservices application in a Kubernetes cluster.

Use images of Container Registry to deploy applications in FC

  1. A Container Registry Enterprise Edition instance is created. For more information, see Create a Container Registry Enterprise Edition instance.

  2. Build images in the Container Registry Enterprise Edition instance and push images to the instance. For more information, see Use Container Registry Enterprise Edition instances to build images and Push an image to a Container Registry Enterprise Edition instance and pull an image from the instance.

  3. Use an image of Container Registry to deploy an application in FC. For more information, see Create a Custom Container function.