bygooglecloudplatform· 176 skills
Verifies if a GKE or Kubernetes cluster is unused (no active compute, external exposure, or persistent data) before allowing deletion. Evaluates external exposure (LoadBalancer Service, Ingress, Gateway, MultiClusterIngress), persistent data (Bound PVC), and active compute (Running/Pending Pods in user namespaces) with low-overhead queries and fail-close timeouts.
$npx -y skills add googlecloudplatform/gke-mcp --skill verify_unusedInstalls into the current project.
Run `npx skills use "https://github.com/googlecloudplatform/gke-mcp" --skill "googlecloudplatform/gke-mcp/verify_unused"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/googlecloudplatform/gke-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/googlecloudplatform/gke-mcp"` and select the relevant skills, then follow their instructions.