apply-resource

Installation
SKILL.md

GKE TPU Cluster Management Skill

This skill manages TPU clusters on Google Kubernetes Engine (GKE) using xpk.

Multi-User Safe: This skill does NOT use local caching. All cluster information is queried directly from GKE in real-time, ensuring accuracy in multi-user scenarios where clusters may be created, modified, or deleted by other users.

Prerequisites

Before using this skill, ensure the following tools are installed:

  • Google Cloud SDK (gcloud): Install guide
    • Run gcloud auth login to authenticate
    • Check: gcloud auth list
  • Kubectl: Install guide
    • Install auth plugin: gke-gcloud-auth-plugin
    • Check: kubectl version --client
  • Xpk: Install guide
    • Check: xpk --help
Related skills
Installs
1
First Seen
6 days ago