Deployment
Deployment
Operation step
-
Navigate to Product Services > Cloud Container Engine (CCE), then click Application Management > Deployments to enter the Deployments page.
By default, select the latest CCE cluster; then select the "default" namespace under the cluster to load all deployments in that namespace. The content includes:
- Status overview: The total number of deployments includes the counts of three statuses: pending, running, and deployment failed
- CPU usage: Display the current CPU usage in cores
- Memory usage: Display the current memory usage in bytes (e.g., 100 Mi)
- List data: Display the list information of all deployments with options to create, delete, scale, and modify tasks

-
Click Create Deployment. Users can create a new deployment via YAML: select the cluster and namespace, fill in the YAML file, then click OK.
- Replication: Replicate the content of the current YAML file
- Cancel: Return to the list page

-
View deployment details: Click the name of any deployment in the list to enter its details page. The details page includes:
- Deployment details: Basic information, associated pods, associated services, event list

- Monitoring: Current CPU usage and memory usage of the deployment

Relevant operations
Scaling: Users can adjust the number of pods for the deployment. In the scaling pop-up window, enter the required number of pods and click OK.

To delete a deployment: Locate the target deployment on the Deployments list page, click Delete, confirm the information, and then click OK.
Notes Currently, only single selection for deletion is supported.

To modify a deployment: On the Deployments list page, select the Modify option for the corresponding target secret. After making changes, click Update to submit.

