Region | AZs Supported for Deployment |
Guangzhou | Zones 3, 4, and 6 |
Shanghai | Zones 2, 3, 4, and 5 |
Parameter | Description |
Release Environment | Select the environment where the application is located. If there are no suitable environments, you can create one on the Environment page as instructed in Creating Environment. |
JDK Version | Select the JDK version, which can be KonaJDK 11(recommend),OpenJDK 11,KonaJDK 8 or OpenJDK 8. |
Upload Package/Image | Upload your package or image or download the demos in the console to deploy them and try out all the features of TEM. |
Version Number | Set the application version number. You can choose to enter the version number or click Use Timestamp as Version Number to use the timestamp as the application version number. |
Version Description | Enter the version description. |
Start Parameter | Set the start parameter. |
Parameter | Required | Description |
Resource Configuration | Yes | You can set a number manually or set an auto scaling rule to automatically scale. |
Access Configuration | No | Access Method: access within the environment. The public network access can be configured globally in Environment. For more information, please see Configuring Application Access and Routing. Protocol: TCP and UDP protocols are supported. When public network/private network CLB instances are used, TCP and UDP protocols cannot be used together. |
Application Management | No | Configure processing tasks to be executed before and after the application process, for example, environment preparation and application exit. |
Configuration Setting | No | Configuration usage and management. |
Environment Variables | No | Configure environment variables. |
Health Check | No | Liveness check: check whether an application instance is running properly. If not, restart the instance. Readiness check: check whether an application instance is ready. If not, stop forwarding traffic to the instance. |
Persistent Storage | No | Persistent Storage: provide storage for the container. Currently, CFS is supported, which needs to be mounted to the specified path of the container. Data Volume: add the CFS storage resources associated in Adding Environment Resource. Mount Target: select the target path to mount the data volume added in this step and enter the version description. |
Security Group | No | You can configure a security group rule to allow or reject the outbound and inbound traffic of instances in the security group. If you need to open other ports for your business, you can create a security group accordingly. |
Log Configuration | No | You can enable Persistent storage in CLS. This supports standard output stdout and * configuration paths such as /logs/* , which should be separated by commas. Standard output is used by default. |
<public network access address/domain name>+<path>
http://xx.xx.xx.xx/ping-provider
, the application is deployed successfully.Hello World!
Was this page helpful?