Enterprise Distributed Application Service (EDAS) will be updated on the Alibaba Cloud International site (alibabacloud.com) from 20:00 to 22:00 on May 24, 2021. To ensure that the service can be properly updated, do not use the EDAS console or call the EDAS API during the update.

New features

  • Support for the creation of Kubernetes namespaces when you create applications

    Allows you to create a Kubernetes namespace when you create an application. You do not need to create the Kubernetes namespace in the Container Service for Kubernetes (ACK) console.

  • Support for the import of Kubernetes clusters when you create applications

    Allows you to create an application in a Kubernetes cluster that is not imported to EDAS. You can import the Kubernetes cluster to EDAS when you create the application.

  • Support for ConfigMaps

    Allows you to store configurations that do not need to be kept confidential as ConfigMaps for unified management.

  • Support for Secrets

    Allows you to store sensitive configurations, such as passwords and certificates, that need to be kept confidential as Secrets for unified management.

  • Use of ConfigMaps and Secrets for environment variables

    When you create or deploy an application, EDAS allows you to use the ConfigMaps and Secrets that reside in the same region, cluster, and Kubernetes namespace as the application to configure environment variables.

  • Mount of ConfigMaps and Secrets to the specified directories of containers

    When you create or deploy an application, EDAS allows you to mount the ConfigMaps and Secrets that reside in the same region, cluster, and Kubernetes namespace as the application to the specified directories of containers.

  • Support for the Intra-zone Provider First feature

    Allows you to enable the Intra-zone Provider First feature for applications and configure the threshold for triggering this feature. This feature works based on the following principles: When an application calls a service, the service provider that resides in the same zone as the application is called first.

Optimized features

  • Support for HTTPS requests by Ingresses

    Allows you to use Ingresses to route external HTTPS requests to internal services.

  • Optimization on the UI of the end-to-end traffic adjustment feature

    Optimizes the UI of the end-to-end traffic adjustment feature in the EDAS console to be more user-friendly.