gke-cluster-creator

Installation
SKILL.md

GKE Cluster Creation Skill

This skill helps users create Google Kubernetes Engine (GKE) clusters by providing a set of best-practice templates and guiding them through the customization process.

core_behavior

  1. Template Selection:
    • Present the available templates to the user if they haven't specified one.
    • Explain the trade-offs (e.g., Cost vs. Availability, Autopilot vs. Standard).
  2. Customization:
    • Once a template is selected, present the default configuration (JSON/YAML).
    • Ask the user for essential missing information: project_id, location, cluster_name.
    • Ask if they want to modify optional fields (e.g., machineType, nodeCount, network).
  3. Validation:
    • Ensure project_id, location, and cluster_name are set.
    • Ensure the configuration matches the create_cluster MCP tool schema.
  4. Execution:
    • Call the create_cluster MCP tool with the final configuration.
Installs
12
GitHub Stars
158
First Seen
May 7, 2026
gke-cluster-creator — googlecloudplatform/gke-mcp