Overview
Overview
The application management module equips CCE users with efficient tools to manage and monitor Kubernetes resource objects such as deployments, services, pods, ConfigMaps, and secrets. In the future, we will gradually introduce management capabilities for common Kubernetes resource objects like StatefulSets, Jobs, DaemonSets, and Ingress resources. Stay tuned.
Functions
- Deployment
Users can create and update applications using YAML file templates provided by Baidu AI Cloud. They can monitor resource utilization of deployed applications in real-time and easily manage the lifecycle, deployment methods, and related services and pods.
- Service
Users can create and modify services using YAML file templates provided by Baidu AI Cloud. Additionally, they can view and manage service details (such as endpoint information and associated pod details) via the interface, adjust the lifecycle of services, and update previously deployed services at any time using YAML files.
- Pod
Users can access detailed information about pods, including logs, pod IPs, all node IPs, current CPU usage (in cores), and current memory usage (in bytes).
- ConfigMap
Users can directly create, update, and delete ConfigMaps via the interface, making ConfigMap management straightforward.
- Secret
Users can directly create, update, and delete secrets via the interface, simplifying secret management.
