All Products
Search
Document Center

Enterprise Distributed Application Service:Use the EDAS console to update an application deployed in an ECS cluster

Last Updated:Aug 16, 2023

This topic describes how to use the Enterprise Distributed Application Service (EDAS) console to update an application that is deployed in an Elastic Compute Service (ECS) cluster by releasing the application to the specified instances at a time.

Procedure

  1. Log on to the EDAS console.

  2. In the left-side navigation pane, choose Application Management > Applications.

  3. On the Applications page, select a region in the top navigation bar and select a microservices namespace from the Microservices Namespace drop-down list. From the Cluster Type drop-down list, select ECS Clusters. Then, click the name of the application that you want to manage in the application list.

  4. On the Basic Information page, click Deploy in the upper-right corner.

  5. On the Select Deployment Mode page, click Start Deployment in the upper-right corner of the Regular Release (Single-batch/Multi-batch) section.

  6. On the Regular Release (Single-batch/Multi-batch) page, specify the deployment package, configure parameters for the new version of the application, configure a release policy, and then click OK.

    1. Specify the deployment package and configure parameters for the new version of the application.

      Parameter

      Description

      Deployment Method

      The deployment method of the application. The deployment method is selected when the application is deployed for the first time. This method cannot be changed. For example, a JAR package is used when the application is deployed for the first time. You can specify only JAR as the deployment method when you update the application.

      Note

      If you set the Deployment Method parameter to Historical Versions, the application can be rolled back to an earlier version. For more information, see Use the EDAS console to roll back applications deployed in ECS clusters.

      File Uploading Method

      The method that is used to upload the deployment package of the new version. You can upload a JAR or WAR package, or specify the URL of a JAR or WAR package. The type of the deployment package depends on the deployment package that is used when you deploy the application for the first time.

      • If you select Upload JAR Package or Upload WAR Package, click the box for file upload and upload the deployment package of the new version.

      • If you select JAR Package Address or WAR Package Address, enter the URL of the deployment package in the field below. You must first upload the deployment package to a cloud service, such as Object Storage Service (OSS).

      Version

      The new version of the application. You can enter the version number or click Use Timestamp as Version Number.

      Description

      The description of the new version.

    2. Configure a release policy.

      Parameter

      Description

      Group

      The instance group in which you want to release the application to the specified instances in phases.

      • If the current application has only one group, select All Groups from the drop-down list. The maximum number of instances of the current application is displayed in the parenthesis next to All Groups. The drop-down list also displays Default Group, which is the same as All Groups.

      • If the current application has multiple groups, select a group as needed.

        Note

        If you select All Groups, the application is updated on all instances in all groups of the application based on the setting of the Batches per Group parameter.

      Batches per Group

      The number of phases in which the application is released to the specified instances in the group. If you release the application to the specified instances at a time, set this parameter to 1 Batches.

      Batch Mode

      If you set the Batches per Group parameter to 1 Batches, this parameter is set to Automatic by default.

      Java Environment

      Valid values include Open JDK 8, Open JDK 7, and Dragonwell 8. Configure this parameter based on your business requirements.

    3. Click OK.

      After the release is started, the Change Details page appears. On the Change Details page, you can view the progress and status of the release. For more information, see View application changes.

Verify the result

  1. View change records.

    1. On the application details page, click Change Records in the left-side navigation pane.

    2. On the Change Records page, check whether the value in the Change Status column is Success.

      • If the value is Success, the application is released.

      • If the value is Execute failed, the application fails to be released. You can click View in the Actions column to view the change details and troubleshoot issues.

  2. View application details.

    1. On the application details page, click Basic Information in the left-side navigation pane.

    2. On the Basic Information page, click the Basic Information tab. In the Application Information section of the Basic Information tab, check whether the Deployment Package parameter indicates the latest deployment package.

    3. On the Basic Information page, click the Instance Information tab. On the Instance Information tab, check whether the value of the Running Status parameter is Normal for each instance in the specified group.