Containers

Used to manage container application instances deployed via orchestration.

Container instances are used to manage container applications deployed based on the application marketplace.

Entry: In the cloud management platform click on the top left corner of navigation menu, and click “Monitor/Orchestration/Containers” menu item in the left menu bar that pops up to enter the Containers page.

Create containers

This function is used to deploy a containers.

  1. On the Containers page, click the “New” button at the top of the list to jump to the Application Marketplace - Container Type page.
  2. Deploy the application in the App Market page, please see App Market-Deploy Server Instance

Delete containers

This function is used to delete the published containers. When deleting the containers, the application-related resources, such as stateless, configuration items, confidentiality dictionary, etc. will be deleted simultaneously.

Delete

  1. On the Containers page, click the “Delete” button on the right column of the containers to bring up the operation confirmation dialog.
  2. Click the “OK” button to complete the operation.

Batch Delete

  1. Select one or more containerss in the containers list, click the “Delete” button at the top of the list, and the operation confirmation dialog box pops up.
  2. Click the “OK” button to complete the operation.

View Containers Details

This function is used to view the details of the published containers.

  1. On the Containers page, click the Containers Name item to enter the Containers Details page.
  2. View the following information, including ID, domain, item, name, status, application, status, application, and created at.
  3. The containers status means as follows.
    • Created successfully: It means that the container has been created successfully, but the application has not been deployed.
    • Deployed: It means the deployment orchestration is submitted to the Etcd of Kubernetes and the deployment of the application is started.

This function is used to view information about the stateless (deployment), configuration items (configmap), security dictionary (Secret), service accounts (ServiceAccount), etc. created by the orchestration.

  1. On the containers page, click the containers name item to enter the containers details page.
  2. Different applications create different resources, please check the corresponding resource information according to the actual situation.