npx skills add ...
npx skills add google/skills --skill gke-basics
Manages core GKE cluster provisioning, credentials, Autopilot vs Standard selection, and workload deployment. Use when creating GKE clusters, fetching kubectl credentials, configuring Workload Identity, or deciding between Autopilot and Standard modes. Don't use for specialized GKE networking (use gke-networking), advanced security hardening (use gke-platform-security or gke-workload-security), or cluster upgrades (use gke-upgrades).
npx skills add google/skills --skill gke-basics
Managed Kubernetes platform on Google Cloud. Defaults to Autopilot mode unless Standard is explicitly required.
sysctl) are required.hostPath mounts to the host OS filesystem.gke-cluster-creation.Private Autopilot Clusters:
--enable-private-nodes for private node IP addresses.--enable-private-endpoint to disable public IP access to the control plane.--enable-master-authorized-networks and --master-authorized-networks=CIDR_BLOCK:
Workload Identity (IAM Binding):
KSA) to bind to the Google Service Account (GSA):
Autopilot Resource Requests:
limits to allow Autopilot to set defaults matching requests.Cluster Credentials:
--region (for regional clusters) or --zone (for zonal clusters) when fetching credentials:
Core Concepts: Architecture, cluster modes (Autopilot vs Standard), networking, scaling, and security model.
CLI Usage & Tool Reference: Tool preference hierarchy (MCP vs gcloud vs kubectl), gcloud container commands, and user preference overrides.
Client Libraries: Official Kubernetes and Google Cloud Container client libraries in Python, Go, Node.js, and Java.
MCP Usage: Connecting to and using the 23 structured GKE MCP tools for cluster management, K8s resources, and diagnostics.
Infrastructure as Code: Terraform examples for google_container_cluster (Autopilot), Kubernetes provider resources, and YAML samples.