If your migration does not involve resources outside a cluster listed in Table 1 or you do not need to use other services to update resources after the migration, skip this section.
To ensure that container images can be properly pulled after cluster migration and improve container deployment efficiency, you are advised to migrate private images to SoftWare Repository for Container (SWR). CCE works with SWR to provide a pipeline for automated container delivery. Images are pulled in parallel, which greatly improves container delivery efficiency.
Manually migrate container images.
The message "Login Succeeded" will be displayed upon a successful login.
docker tag [Image name 1:tag 1] [Image repository address]/[Organization name]/[Image name 2:tag 2]
The following is an example:
docker tag nginx:v1 swr.eu-de.otc.t-systems.com/cloud-develop/mynginx:v1
docker push [Image repository address]/[Organization name]/[Image name 2:tag 2]
The following is an example:
docker push swr.eu-de.otc.t-systems.com/cloud-develop/mynginx:v1
You can determine whether to use Relational Database Service (RDS) and Object Storage Service (OBS) based on your production requirements. After the migration is complete, reconfigure the database and storage for applications in the target CCE cluster.