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
- 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).
- 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).
- Validation:
- Ensure
project_id,location, andcluster_nameare set. - Ensure the configuration matches the
create_clusterMCP tool schema.
- Ensure
- Execution:
- Call the
create_clusterMCP tool with the final configuration.
- Call the