What problem does it solve? Kubernetes clusters on Huawei Cloud CCE often waste money through idle nodes, oversized CPU/memory requests, and missing autoscaling policies. This Skill performs read-only cost optimization analysis across 24-hour and 7-day utilization windows and produces actionable recommendations with rollback strategies. ## Core Features & Use Cases - Combined Cost Analysis: Run huawei_analyze_cce_cost_optimization to collect node, pod, and deployment inventory plus AOM Prometheus metrics in one pass, detecting low-utilization nodes and oversized requests with priority classification (high/optimize/observe). - Elasticity Policy Review: Inspect node pool autoscaler settings and existing HPAs, then generate autoscaling/v2 HPA YAML manifests or preview HPA configuration changes. - Safe Write Operations: huawei_configure_cce_hpa returns a preview by default and only applies changes after explicit user confirmation with confirm=true. - Use Case: A platform engineer suspects a CCE cluster is over-provisioned. The Skill analyzes 7-day CPU/memory trends, flags nodes below 30% utilization, lists workloads whose requests exceed 3x actual p95 usage, and outputs a cost optimization report with HPA recommendations. ## Quick Start Ask the assistant to run a cost optimization analysis on your CCE cluster by providing the region and cluster ID, for example: analyze cost optimization opportunities for cluster xxx in cn-north-4 excluding kube-system.