gke-creation

Automate GKE cluster creation via template-driven workflows and MCP create_cluster schema validation.

163|81|Updated Jun 19, 2025
One-click install
npx skills add https://github.com/GoogleCloudPlatform/gke-mcp --skill gke-creation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gke-creation
Source: https://github.com/GoogleCloudPlatform/gke-mcp/tree/main/skills/gke-cluster-creator
Command: npx skills add https://github.com/GoogleCloudPlatform/gke-mcp --skill gke-creation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating and configuring GKE clusters can be error-prone and time-consuming. This skill guides users through choosing a pre-defined template, collecting essential inputs, and validating configurations to reduce misconfigurations and deployment delays.

Core Features & Use Cases

  • Template-driven cluster creation for Standard Zonal, Standard Regional, Autopilot, GPU Inference, and AI Hypercompute setups.
  • Guided customization with required fields (project_id, location, cluster_name) and optional settings (machine type, node count, network).
  • End-to-end execution using the MCP tool create_cluster with proper parent scope and short cluster name.

Quick Start

Choose a template, provide project_id, location, and cluster_name, then trigger the MCP create_cluster tool to provision the cluster.

Frequently Asked Questions about gke-creation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GKE cluster creation without manual configuration errors?

Automate GKE cluster creation using template-driven workflows that guide inputs and validate configurations against the MCP schema to reduce deployment delays. Choose a template, provide essential fields, and trigger the MCP create_cluster tool to provision the cluster.

What GKE cluster templates are available for different infrastructure needs?

Available GKE cluster templates include Standard Zonal, Standard Regional, Autopilot, GPU Inference, and AI Hypercompute setups. Each template provides guided customization for required fields and optional settings like machine type, node count, and network.

How do I set up a GPU-enabled GKE cluster for AI workloads?

Set up a GPU-enabled GKE cluster by selecting the GPU Inference or AI Hypercompute template, providing project_id, location, and cluster_name, then triggering the MCP create_cluster tool. The workflow validates required fields and ensures alignment with the MCP schema before execution.

Can I customize node count and machine type when creating a GKE cluster?

Yes, you can customize optional settings like machine type, node count, and network when creating a GKE cluster. The template-driven workflow collects these optional inputs alongside required fields like project_id, location, and cluster_name before validating the configuration.

What's the best way to choose between Autopilot and Standard GKE cluster configurations?

Choose between Autopilot and Standard GKE configurations using guided templates that present trade-offs for each setup. The workflow helps you select the right template based on your needs and validates that your inputs align with the MCP create_cluster schema.

Why does my GKE cluster creation fail with invalid configuration errors?

GKE cluster creation fails when required fields like project_id, location, or cluster_name are missing or misconfigured. The template-driven workflow validates these inputs and ensures alignment with the MCP create_cluster schema, using a short cluster name and proper parent scope, to prevent deployment delays.