Gcp Gke

🌐Community
by bagelhole · vlatest · Repository

Provides Google Cloud guidance and assistance for deploying and managing cloud infrastructure.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add gcp-gke npx -- -y @trustedskills/gcp-gke
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "gcp-gke": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/gcp-gke"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with and manage Google Kubernetes Engine (GKE) clusters. It enables tasks like listing available GKE clusters, retrieving details about a specific cluster, and potentially deploying applications within those clusters. The skill provides access to core GKE functionalities through the Google Cloud SDK.

When to use it

  • Cluster Inventory: Quickly list all GKE clusters in your Google Cloud project for auditing or reporting purposes.
  • Resource Monitoring: Obtain details about a specific cluster, such as its status, version, and resource utilization.
  • Application Deployment (Potential): While not explicitly stated, the ability to interact with GKE suggests potential for deploying applications to clusters.
  • Troubleshooting: Investigate issues within a GKE cluster by retrieving detailed information about its configuration and state.

Key capabilities

  • Listing GKE Clusters
  • Retrieving Cluster Details
  • Google Cloud SDK Integration

Example prompts

  • "List all my GKE clusters."
  • "What is the status of the 'my-cluster' GKE cluster?"
  • "Show me details about the version running on my GKE cluster named 'production'."

Tips & gotchas

  • Requires appropriate Google Cloud credentials and permissions to access GKE resources. Ensure your AI agent has been configured with a service account or user account that possesses the necessary roles (e.g., roles/container.clusterViewer).

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
bagelhole
Installs
11

🌐 Community

Passed automated security scans.