What problem does it solve? Operating Kubernetes clusters on Google Cloud involves dozens of kubectl and gcloud commands, manifest patterns, and GKE-specific features that are hard to remember and easy to misconfigure. This Skill provides structured guidance for day-to-day cluster operations plus deep-dive references for security, networking, CI/CD, and multi-cluster management. ## Core Features & Use Cases - Cluster Operations: Connect to GKE clusters, deploy applications, inspect pods, view logs, scale deployments, and debug with exec and port-forward. - GKE-Specific Guidance: Covers Autopilot vs Standard clusters, Workload Identity, GKE Ingress with managed certificates, Config Connector, and private cluster networking with Cloud NAT. - Deep-Dive References: Dedicated files for security hardening (RBAC, Binary Authorization, network policies), GitOps pipelines (Cloud Build, Flux, Argo CD, Flagger), Velero backups, and multi-cluster/Anthos setups. - Use Case: A pod is stuck in CrashLoopBackOff on a production GKE cluster. Use this Skill to walk through the troubleshooting workflow—describe the pod, check events, review previous logs—and apply the documented fix. ## Quick Start Use the kubernetes skill to help me deploy my application to GKE and verify the rollout status.