What problem does it solve?
This Skill helps you configure and manage observability for your GKE clusters, ensuring comprehensive monitoring and logging for your applications.
Core Features & Use Cases
- Cloud Logging and Monitoring: Integrate with Cloud Logging and Cloud Monitoring to gain insights into your GKE clusters.
- Managed Prometheus: Utilize Google-managed Prometheus for advanced metrics collection.
- Golden Path Observability: Set up comprehensive observability including control-plane metrics with a single command.
- Use Case: Use this Skill to enable full monitoring for a GKE cluster, configure managed Prometheus, and set up Dataplane V2 observability metrics.
Quick Start
Configure full observability for your GKE cluster with the command: gcloud container clusters update <CLUSTER_NAME> --region <REGION> --monitoring=SYSTEM,API_SERVER,SCHEDULER,CONTROLLER_MANAGER,STORAGE,POD,DEPLOYMENT,STATEFULSET,DAEMONSET,HPA,CADVISOR,KUBELET,DCGM --enable-managed-prometheus --enable-dataplane-v2-flow-observability --quiet