Overview
CCE provides Kubernetes-native container deployment and management and supports lifecycle management of container workloads, including creation, configuration, monitoring, auto scaling, upgrade, uninstall, service discovery, and load balancing.
Workload Lifecycle
Status |
Description |
---|---|
Running |
All pods are running. |
Unready |
A container is abnormal, the number of pods is 0, or the workload is in pending state. |
Upgrading/Rolling back |
The workload is being upgraded or rolled back. |
Available |
For a multi-pod Deployment, some pods are abnormal but at least one pod is available. |
Completed |
The task is successfully executed. This status is available only for common tasks. |
Stopped |
The workload is stopped and the number of pods changes to 0. This status is available for workloads earlier than v1.13. |
Deleting |
The workload is being deleted. |
Pausing |
The workload is being paused. |