Claude Code SkillDevelopment2 installs

Gke Basics

Plans, creates, and configures production-ready Google Kubernetes Engine (GKE) clusters using the golden path Autopilot configuration. Covers networking, security, observability, scaling, cost optimization, and AI/ML inference on GKE.

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --skill="development/gke-basics" --yes

Requires Claude Code. The command adds this skill to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this skill

Component source

Google Kubernetes Engine (GKE) Basics

GKE is a managed Kubernetes platform on Google Cloud for deploying, scaling, and operating containerized applications. This skill defaults to the golden path Autopilot configuration — see gke-golden-path.md for defaults, rules, and guardrails.

Quick Start

gcloud services enable container.googleapis.com --quiet
gcloud container clusters create-auto my-cluster --region=us-central1 --quiet
gcloud container clusters get-credentials my-cluster --region=us-central1 --quiet
kubectl create deployment hello-server \
  --image=us-docker.pkg.dev/google-samples/containers/gke/hello-app:1.0

Reference Directory

Load the relevant reference based on trigger keywords. Prefer the most specific match; if ambiguous, ask the user to clarify.

ScenarioTrigger KeywordsReference
Core ConceptsAutopilot vs Standard, architecture, pricing, what is GKEcore-concepts.md
Golden Path & Defaultsgolden path, Day-0 checklist, production defaults, cluster defaultsgke-golden-path.md
Cluster Creationcreate cluster, new cluster, provision GKEgke-cluster-creation.md
Networkingprivate cluster, VPC, subnet, Gateway API, DNS, ingress, egress, datapathgke-networking.md
Security & IAMWorkload Identity, Secret Manager, RBAC, Binary Auth, hardening, audit, gVisor, IAM rolesgke-security.md
ScalingHPA, VPA, autoscaler, autoscaling, NAP, scale pods, scale nodesgke-scaling.md
Compute ClassesComputeClass, machine family, Spot fallback, GPU node pool, node selectiongke-compute-classes.md
Costcost, savings, Spot VMs, rightsizing, CUD, optimize spend, budgetgke-cost.md
AI/ML Inferenceinference, model serving, LLM, GPU, TPU, GIQ, vLLMgke-inference.md
Upgradesupgrade, maintenance window, release channel, patching, versiongke-upgrades.md
Observabilitymonitoring, logging, Prometheus, Grafana, metrics, alerts, dashboardsgke-observability.md
Multi-tenancymulti-tenant, namespace isolation, team access, enterprise, RBAC planninggke-multitenancy.md
Batch & HPCbatch, HPC, job queue, high performance, MPI, parallelgke-batch-hpc.md
App Onboardingcontainerize, deploy app, Dockerfile, onboard, migrate to GKEgke-app-onboarding.md
Backup & DRbackup, restore, disaster recovery, CMEKgke-backup-dr.md
Storagestorage, PVC, persistent volume, StorageClass, Filestore, GCS FUSEgke-storage.md
ReliabilityPDB, health probe, liveness, readiness, topology spread, graceful shutdowngke-reliability.md
Client Librariesclient library, client-go, kubernetes python, kubernetes java, kubernetes SDKclient-library-usage.md
Infrastructure as CodeTerraform, IaC, HCL, infrastructure as codeiac-usage.md
MCP ServerMCP tools, MCP server, MCP setupmcp-usage.md
CLI / Toolsgcloud, kubectl, commands, how tocli-reference.md
Production Auditproduction readiness, compliance, golden path checkgke-cluster-creation.md
If you need product information not found in these references, use the Developer Knowledge MCP server search_documents tool.
Type
Skill
Category
Development
Installs
2
Source
GitHub ↗

Related Claude Code Skills

SkillDevelopment

Code Reviewer

Comprehensive code review skill for TypeScript, JavaScript, Python, Swift, Kotlin, Go. Includes automated code analysis, best practice checking, security scanning, and review checklist generation. Use when reviewing pull requests, providing code feedback, identifying issues, or ensuring code quality standards.

3k installsView →
SkillDevelopment

Senior Frontend

Comprehensive frontend development skill for building modern, performant web applications using ReactJS, NextJS, TypeScript, Tailwind CSS. Includes component scaffolding, performance optimization, bundle analysis, and UI best practices. Use when developing frontend features, optimizing performance, implementing UI/UX designs, managing state, or reviewing frontend code.

2.7k installsView →
SkillDevelopment

Senior Backend

Comprehensive backend development skill for building scalable backend systems using NodeJS, Express, Go, Python, Postgres, GraphQL, REST APIs. Includes API scaffolding, database optimization, security implementation, and performance tuning. Use when designing APIs, optimizing database queries, implementing business logic, handling authentication/authorization, or reviewing backend code.

2.2k installsView →
SkillDevelopment

Senior Architect

Comprehensive software architecture skill for designing scalable, maintainable systems using ReactJS, NextJS, NodeJS, Express, React Native, Swift, Kotlin, Flutter, Postgres, GraphQL, Go, Python. Includes architecture diagram generation, system design patterns, tech stack decision frameworks, and dependency analysis. Use when designing system architecture, making technical decisions, creating architecture diagrams, evaluating trade-offs, or defining integration patterns.

1.9k installsView →
SkillDevelopment

Skill Creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

1.7k installsView →
SkillDevelopment

Senior Fullstack

Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architecture patterns, and complete tech stack guidance. Use when building new projects, analyzing code quality, implementing design patterns, or setting up development workflows.

1k installsView →

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.