Automation & Ops ✓ Google · Official google-cloudgkekubernetesautopilotcluster-configurationproduction-readiness

GKE Production Golden Path

Set production-oriented GKE defaults, readiness checks, and decision guardrails for cluster design.

FollowSkills review · FSRS-2.0
Not recommended
54/ 100 5-point scale 2.7 / 5
Trust17 / 25 · 3.4/5

The skill explicitly forbids requesting or emitting secrets, requires clarification for Day-0 decisions, and supplies several security-oriented defaults with trade-off guidance. Deductions apply because create_cluster/update_cluster can cause external changes without an explicit pre-mutation confirmation requirement, rollback procedure, or defined permission scope; data-flow disclosure, dependency security, and recovery boundaries are incomplete.

Reliability8 / 20 · 2.0/5

The rules, required inputs, defaults, and YAML asset are broadly consistent and key configuration paths are statically traceable. Deductions apply because there are no tool parameter contracts, execution procedures, abnormal-input handling, or diagnostic failure messages, and the document references a gke-basics CLI reference not included in the supplied material. Static review provides no execution evidence, so the score remains at or below 10.

Adaptability10 / 15 · 3.3/5

The audience and use cases are reasonably clear: GKE design, production-readiness checks, and default configuration, with a stated non-fit for dedicated node autoscaling. The skill also respects a user preference for gcloud or kubectl. Deductions apply because input-to-output formats, non-fit boundaries, and semantic trigger conditions remain broad; Chinese-language support and mainland-China reachability are not addressed, and the core capability depends on a Google Cloud environment.

Convention8 / 15 · 2.7/5

The documentation includes front matter, layered rules, required inputs, defaults, configurable settings, guardrails, and a separate YAML asset. The README provides installation, licensing, support, and contribution information, identifies Apache-2.0, and states that the repository is under active development. Deductions apply because the skill lacks its own version policy, changelog, named maintenance responsibility, dependency versions, examples, FAQ, and systematic troubleshooting; some guidance depends on another skill or an unavailable referenced resource.

Effectiveness7 / 15 · 2.3/5

The skill provides concrete Autopilot production defaults, Day-0 decision prompts, and deviation trade-offs, which could directly support cluster design or auditing. Deductions apply because no actual output format, audit-report example, or verified key-path result is supplied, and applicability across GKE versions, organizational policies, and workloads is not established. Static calibration limits effectiveness to 7.

Verifiability4 / 10 · 2.0/5

The supplied Markdown rules and YAML configuration are auditable, and the YAML states that some content was condensed from a gcloud describe export. Deductions apply because there are no CI workflows, committed tests, version-pinned official citations, or third-party execution records to independently reproduce and corroborate the claims; evidence coverage is therefore thin under static review.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 513a7a51e85f
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Add explicit user confirmation, change scope, required permissions, and rollback or recovery procedures before invoking create_cluster or update_cluster.
  • Validate the YAML against the target GKE version, organization policies, and current Autopilot API, especially maintenance exclusions, monitoring components, and security settings.
  • The referenced gke-basics CLI reference and resources/recommended-ap.yaml were not supplied, so their completeness cannot be verified.
  • The skill does not document Chinese interaction or mainland-China reachability; workflows relying on Google Cloud control-plane access, MCP, or gcloud may be constrained by network and credential environments.
Review evidence [1][2][3][4][5]
See the full review method →

What does this skill do, and when should you use it?

This skill supports GKE cluster design, production-readiness verification, and configuration audits. It uses a recommended Autopilot production configuration as the baseline and explains security or operational trade-offs when users choose different settings. It highlights Day-0 decisions such as networking, private nodes, subnets, and IP allocation, and reports severity and remediation for deviations in existing clusters. It is not intended for dedicated node autoscaling setup; the source directs that use case to gke-scaling.

Collects project ID, region, cluster name, environment, networking, scale, and cost inputs; uses the MCP tools get_cluster, create_cluster, and update_cluster to inspect or change clusters; applies defaults such as Autopilot, private nodes, Workload Identity, Cloud DNS, monitoring, logging, storage CSI drivers, and restricted Pod Security Standards; documents decisions and rationale; and audits existing clusters against the golden path with deviation severity and remediation.

  1. A platform engineer is creating a production GKE Autopilot cluster and wants consistent security and operations defaults.
  2. A cloud architect is reviewing networking, private-node, subnet, and IP-allocation decisions before cluster creation.
  3. An operations team is auditing an existing GKE cluster for deviations from the recommended configuration.
  4. An application team needs to change pod density, disk type, or machine type and wants the documented trade-offs.
  5. A GKE administrator wants a review of the implications before changing a golden-path default.

What are this skill's strengths and limitations?

Pros
  • Covers production defaults across security, networking, observability, logging, storage, and operations.
  • Clearly separates Day-0 and Day-1 decisions and requires rationale for deviations.
  • Defines MCP operations for retrieving, creating, and updating clusters.
  • Includes auditing guidance with severity and remediation reporting.
Limitations
  • Focused on the GKE golden path rather than general Kubernetes configuration.
  • Does not specialize in node autoscaling.
  • MCP connection, permission, and parameter details are not documented in the supplied sources.
  • The supplied sources provide no test suite, platform validation results, or execution-failure examples.

How do you install this skill?

Run npx skills add google/skills, then select skills/cloud/gke-golden-path from the repository. The README does not document a more specific client installation location or installed directory layout.

How do you use this skill?

Use a prompt such as: “Create a production GKE cluster named prod-gke in us-central1 for project my-project using the golden path defaults.” Provide or confirm the project ID, region, and cluster name; include networking, scale expectations, and cost constraints when relevant. Day-0 decisions should be clarified before proceeding. The source points to skills/cloud/gke-golden-path/assets/golden-path-autopilot.yaml for the full cluster-level policy, but does not document exact execution output or failure-handling procedures.

FAQ

Does the skill force every golden-path setting?
No. It defaults to the golden path, but respects requested deviations and explains the relevant security, cost, or operational trade-offs.
What information is required to use it?
Project ID, region, and cluster name are required. Environment, networking, scale expectations, and cost constraints also affect the configuration.
Can it configure node autoscaling?
It is not intended for dedicated node autoscaling setup; the source refers that use case to gke-scaling.
Should users provide credentials or service-account JSON?
No. The skill explicitly says not to request or output secrets, tokens, keys, or service-account JSON.

More skills from this repository

All from google/skills

Automation & Ops ✓ Google · Official

GKE Cluster Creation Advisor

Plan, provision, and audit GKE clusters against production best practices.

Automation & Ops ✓ Google · Official

GKE Basics Navigator

A focused entry point for discovering GKE cluster needs and routing each task to the right specialist skill.

Automation & Ops ✓ Google · Official

AI Workload Migration to GKE Inference

Move existing AI inference workloads to self-hosted inference on Google Kubernetes Engine.

Automation & Ops ✓ Google · Official

GKE Production Readiness Review

Assess whether GKE clusters and workloads are ready for production.

Automation & Ops ✓ Google · Official

GKE AI Inference Deployment Assistant

Deploy, tune, and autoscale GPU/TPU AI inference services on GKE.

Automation & Ops ✓ Google · Official

GKE Cluster Autoscaler Guide

Configure, optimize, and troubleshoot automatic GKE node scaling.

Automation & Ops ✓ Google · Official

GKE Enterprise RAG Search Architect

Designs and validates enterprise RAG search systems built on GKE and AlloyDB.

Automation & Ops ✓ Google · Official

GKE Cost Optimization

Reduce GKE spending through rightsizing, quotas, Spot VMs, and capacity planning.

Automation & Ops ✓ Google · Official

GKE Observability Configuration

Configure GKE logging, monitoring, and Prometheus metrics.

Dev & Engineering ✓ Google · Official

Google Agents CLI Agent Development Guide

Guides agents from specification through development, deployment, and monitoring.

Automation & Ops ✓ Google · Official

GKE ComputeClasses Advisor

Configure, optimize, and troubleshoot GKE ComputeClasses for cost, capacity, and workload placement.

Automation & Ops ✓ Google · Official

GKE Multi-Tenancy Planner

Plan isolation, quotas, access control, and cost attribution for teams sharing a GKE cluster.

Automation & Ops ✓ Google · Official

GKE Workload Autoscaling

Configure manual scaling, HPA, and VPA for GKE workloads while improving resource requests from observed usage.

Automation & Ops ✓ Google · Official

GKE App Onboarding Assistant

Containerize and deploy an application to Google Kubernetes Engine for the first time.

Automation & Ops ✓ Google · Official

GKE Storage Manager

Configure persistent disks, Filestore, and GCS FUSE storage for GKE workloads.

Automation & Ops ✓ Google · Official

GKE Workload Reliability Guide

Reduce GKE workload disruption with high-availability configuration.

Automation & Ops ✓ Google · Official

GKE Backup & Disaster Recovery

Configure Backup for GKE policies and restore workflows for stateful workloads.

Automation & Ops ✓ Google · Official

Google Cloud gcloud CLI Safety Skill

Helps agents manage and troubleshoot Google Cloud resources through validated, scoped gcloud commands.

Automation & Ops ✓ Google · Official

Google Cloud Authentication Guide

Choose secure Google Cloud authentication and authorization for local, production, and cross-cloud workloads.

Automation & Ops ✓ Google · Official

Google Cloud Solution Architect

Plan, validate, and package end-to-end architectures for complex multi-product Google Cloud workloads.

Related skills