百度智能云

All Product Document

          Cloud Container Engine

          Deployment Management

          Users can create a deployment through forms based on image, or create and modify the deployment through the YAML file template provided by Baidu AI Cloud to monitor the resources deployed in real time. In addition, users can also conveniently control and manage the life cycle and deployment mode of the application and associated services (Service) as well as container groups (Pod).

          View Deployment List

          Enter "Product Services > Cloud Container Engine (CCE)",Select cluster click "Working Load > Deployment" to enter the deployment page. The contents include:

          • Status overview: Total number of deployments, including the number of three statuses: to be deployed, running, and deployment failed.
          • CPU usage: Displays the current CPU usage in cores.
          • Memory usage: Displays the current memory usage in bytes, such as 100Mi.
          • List data: Display the list information of all deployments, and create, delete, scale, modify.

          image.png

          New Deployment

          Click "New Deployment" in the upper left corner of the deployment list, users can choose to create a new deployment through forms or Yaml.

          (1)Create through forms:

          • Fill in the name of the deployment, and Pod label, name space and quantity of container groups;
          • Click the Add Container Configuration button, fill in the container name and image address, and click OK, the creation page displays the added container configuration information;
          • Click Create to confirm the Yaml file generated based on the configuration information and complete the creation.

          image.png

          image.png

          (2)Create through Yaml file:

          • Select cluster and name space, fill in yaml file, and click OK.
          • Copy: Copy the contents of the current yaml file.
          • Cancel: Return to list page.

          View Deployment Details

          Click the deployment name in any line of the list page to enter the deployment details page, which includes:

          • Deployment details: Including basic information, associated container group, associated service and event list.
          • Monitoring: Include the current CPU usage and memory usage and network flow of the deployment.

          Compand Deployment

          The user can adjust the number of deployed container groups, click "Compand" in the deployment line to be adjusted, fill in the number of required container groups in the pop-up page, and click "OK".

          Modify Deployment

          On the deployment list page, click "Modify" in the deployment line to modify. After the modification, click "Update" to submit.

          Delete Deployment

          On the deployment list page, check the deployment to delete, click "Delete", and then click "OK" after confirming the information.

          Note: Currently, only single deletion is supported.

          Previous
          Helm Management
          Next
          Daemonset Management