What problem does it solve? GKE clusters ship with minimal observability enabled by default, leaving teams blind to control-plane health, workload metrics, and audit trails until they manually configure logging and monitoring components. ## Core Features & Use Cases - Golden Path Monitoring Configuration: Enable the full monitoring suite including control-plane metrics (API server, scheduler, controller manager) via gcloud commands, with warnings about the replace-not-append flag behavior and per-sample billing. - Managed Prometheus & Alerting: Set up Google Managed Prometheus, query key GKE metrics with PromQL, and design alert thresholds for crash loops, node health, and API latency. - Log Querying with LQL: Query cluster, workload, and audit logs using gcloud logging read and Logging Query Language patterns for troubleshooting OOMKills and scheduling failures. - Use Case: A platform engineer notices missing API server metrics on a new cluster and uses this Skill to enable the full monitoring component list, deploy kube-state-metrics, and build a Cloud Monitoring dashboard. ## Quick Start Ask the assistant to enable full GKE monitoring and managed Prometheus on your cluster, including control-plane metrics and cost considerations.