Managing Applications


This section shows how the project owner can create an application and manage the application members and other basic information.

Creating an Application

  1. Log in to the EnOS Management Console and select Enterprise Container Platform in the left navigation menu.

  2. Select your organization from the Organization menu.

  3. Select the created project from the Project menu.

  4. Select Application from the left navigation, click New Application, and select the type of the application to create from the list. Different application types have different configuration steps. This section will use the Normal application as an example.

    ../../../_images/select_app_type.png


  5. Enter the application name and select the application development language.

  6. Enter or select the application GitLab repository, and enter the path of the Git project. The repository can be left blank here, and be edited in application Basic Information after it is created.

  7. Enter description for the application and click Next Step.

    ../../../_images/create_app.png


  8. Select one or more application members and the member role, click Add Member, and click Next Step.

    ../../../_images/add_member.png


  9. Configure the detailed container deployment information for the application. Click Skip to skip the configuration if you want to configure the container information after the application is created. For details, see Managing Container Configuration.


Once the application is created, you can view its basic information by clicking on the application name in the application list.

Editing Application Information

The project administrator or application owner can edit the basic information of any created applications.

  1. In the left navigation bar, select Application. In the application list, click the application name to open the application details page.

  2. In the Basic Information section, click Edit to update the development language and description of the application. Click Offline and then confirm making the application offline. Note that once the application is offline, you cannot create another application with same name.

  3. For Code Repository, click Edit to update the application’s code repository.

    ../../../_images/app_overview.png


  4. In the Pipeline section, you can view the running history of the application, including the pipeline name, the number of successful and failed jobs, and more.

    ../../../_images/app_pipeline_overview.png


  5. In the Container Resources section, you can view the container resources of the application in each environment and cluster, or edit the container configuration.

    ../../../_images/app_deploy.png


  6. Under the Member tab, you can add application members, search for members, update the roles of existing members, or remove members.

    ../../../_images/app_member.png


  7. Under the Events tab, you can search the event information of the application in specified environment, cluster, and time range (in the past 7 days).

    ../../../_images/app_event.png