What problem does it solve?
Managing Tencent Cloud TKE (Kubernetes) clusters typically requires juggling two toolchains—Tencent’s API for cluster discovery and kubeconfig retrieval, plus kubectl for day-to-day workload operations—this Skill unifies both so you can troubleshoot and manage workloads quickly.
Core Features & Use Cases
- Cluster discovery & inspection: List clusters, view cluster status/version, and review recent kubeconfig details.
- In-cluster operations via kubectl: List nodes, node pools, workloads, services, pods, and recent events using an SDK-fetched kubeconfig.
- Workload management: Scale a Deployment and perform a rolling restart while keeping the workflow aligned to Kubernetes best practices.
- Practical examples: Find which pods are failing (CrashLoopBackOff / ImagePullBackOff) in a namespace by inspecting events and pod logs after a deployment change.
Quick Start
Ask the agent to list all Kubernetes pods and recent events in your TKE namespace by first fetching the correct kubeconfig and then running the required kubectl queries.