cluster-status

Gather and present GKE cluster health data via kubectl.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/declanshanaghy/fenrir-ledger --skill cluster-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cluster-status
Source: https://github.com/declanshanaghy/fenrir-ledger/tree/main/.claude/skills/cluster-status
Command: npx skills add https://github.com/declanshanaghy/fenrir-ledger --skill cluster-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a real-time, centralized view of GKE cluster health, surfacing node, pod, ingress, cert, and analytics status to speed diagnostics and remediation.

Core Features & Use Cases

  • Node status overview (ready status, age)
  • Agent and app pod health visibility across namespaces
  • Ingress and TLS certificate health at a glance
  • Analytics on cluster activity to spot trends and anomalies
  • Use Case: Quickly assess infrastructure state when debugging performance or availability issues.

Quick Start

Run the /cluster-status command to render the GKE health dashboard.

Frequently Asked Questions about cluster-status

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

FAQPage Schema
How do I check my GKE cluster health and node status at a glance?

To check GKE cluster health, you can gather real-time data on nodes, pods, ingresses, and certificates, formatting the metrics into a readable dashboard. This provides a centralized view to speed up diagnostics and remediation.

What is the best way to monitor pod health and node counts across environments?

Monitoring pod health and node counts across environments involves command-driven retrieval of metrics via kubectl. This approach surfaces agent and app pod visibility alongside node ready status and age within a centralized dashboard.

How does a kubectl dashboard command retrieve infrastructure state for debugging?

A kubectl dashboard command retrieves infrastructure state by collecting real-time cluster metrics and formatting them into a readable view. It quickly assesses infrastructure state to debug performance or availability issues.

Can I view ingress and TLS certificate health across namespaces in GKE?

Yes, you can view ingress and TLS certificate health across namespaces. The system gathers real-time cluster data to present ingress and TLS health at a glance, helping you spot trends and anomalies in cluster activity.

Do I need kubectl to retrieve real-time cluster status and analytics?

Yes, kubectl is used for command-driven retrieval of real-time cluster status and analytics. It gathers the necessary infrastructure data including nodes, pods, and certificates to render the health dashboard.