tencentcloud-tke

Installation
SKILL.md

Tencent Cloud TKE (Kubernetes)

Manage TKE clusters and the workloads inside them.

Setup: See tencentcloud authentication. Cluster discovery and kubeconfig retrieval go through the SDK; everything inside the cluster (pods, services, scale, restart) goes through kubectl against the kubeconfig we fetch.

CLI (preferred)

The skill ships scripts/tke.py — wraps cluster discovery, kubeconfig retrieval, and the most common in-cluster operations.

TKE=$SKILL_DIR/scripts/tke.py
Installs
4
GitHub Stars
8
First Seen
May 6, 2026
tencentcloud-tke — acedatacloud/skills