huawei-cloud-cce-kubernetes-event-analyzer

Installation
SKILL.md

Huawei Cloud CCE Kubernetes Event Analyzer

Overview

Query and analyze Kubernetes Events in Huawei Cloud CCE clusters to identify warnings, repeated failure patterns, affected resources, and useful diagnosis handoffs. The skill supports a current Event view through kubectl and a historical Event view through LTS.

Architecture: python3 scripts/huawei-cloud.py dispatcher -> kubectl through external kubeconfig or kubectl cce for current Events / kubectl cce LogConfig discovery plus hcloud LTS ListLogs for historical Events -> filtering and grouping -> diagnosis handoff.

Execution Method: Invoke only the bundled dispatcher. Do not query Kubernetes Events with raw Python Kubernetes SDK calls, direct Kubernetes API calls, or ad hoc cloud commands. The huawei_get_cce_events implementation invokes kubectl internally: external kubeconfig access first, then the kubectl cce plugin fallback.

Related Skills:

  • huawei-cloud-kubectl-cce-installer - Install kubectl and the kubectl-cce plugin required for cluster access
  • huawei-cloud-cce-metric-analyzer - CCE and cloud-resource metrics
Installs
58
GitHub Stars
20
First Seen
Jul 28, 2026
huawei-cloud-cce-kubernetes-event-analyzer — huaweicloud/huaweicloud-skills