gke-basics

Discover GKE clusters and route users to specialized cluster management skills.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/ssmleo/govfolio --skill gke-basics-ssmleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gke-basics
Source: https://github.com/ssmleo/govfolio/tree/main/.agents/skills/gke-basics
Command: npx skills add https://github.com/ssmleo/govfolio --skill gke-basics-ssmleo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gcloud, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a foundational understanding of Google Kubernetes Engine (GKE) and routes users to specialized GKE skills for specific tasks.

Core Features & Use Cases

  • Cluster Discovery: Identifies and lists GKE clusters within a project and region.
  • Skill Routing: Directs users to the most relevant GKE sub-skills based on their workload requirements.
  • Quick Start: Offers immediate instructions to set up a GKE cluster and connect to it using the gcloud CLI.

Quick Start

Enable GKE services, create an Autopilot cluster, and connect to it using the following commands:

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

Frequently Asked Questions about gke-basics

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

FAQPage Schema
How do I list my Google Kubernetes Engine clusters in a specific region?

To list Google Kubernetes Engine clusters, this Skill performs cluster discovery to identify and list existing GKE clusters within your specified Google Cloud project and region.

What's the best way to create a GKE Autopilot cluster and connect to it?

Creating a GKE Autopilot cluster requires enabling the container API, using the gcloud CLI to run create-auto, and then executing get-credentials to connect kubectl to the cluster.

Do I need gcloud CLI to manage Google Kubernetes Engine clusters?

Yes, you need the gcloud CLI installed and an active Google Cloud account to use this Skill for GKE cluster discovery, quick setup, and operational management.

Can I use this Skill to find specialized tools for specific GKE workloads?

Yes, this Skill provides skill routing to direct you to specialized GKE sub-skills based on your specific workload requirements and operational tasks.

How does GKE Autopilot compare to other cluster management approaches?

GKE Autopilot provides a managed cluster management approach where Google Cloud handles node provisioning, allowing you to focus on workloads rather than manual node configuration.