manage-cluster

Onboard existing GKE clusters into an agentic management harness.

42|32|Updated May 7, 2026
One-click install
npx skills add https://github.com/gke-labs/kube-agents --skill manage-cluster-gke-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-cluster
Source: https://github.com/gke-labs/kube-agents/tree/main/agents/platform/skills/manage-cluster
Command: npx skills add https://github.com/gke-labs/kube-agents --skill manage-cluster-gke-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the manual overhead of onboarding existing GKE clusters into an agentic management harness, ensuring consistent governance and observability across your infrastructure.

Core Features & Use Cases

  • Automated Profiling: Automatically scaffolds the necessary Cluster Agent configuration and identity profiles for any GKE cluster.
  • Idempotent Onboarding: Safely register clusters without risk of duplicate configurations or state corruption.
  • Use Case: When a new production cluster is provisioned, use this skill to instantly bring it under the purview of your Platform Agent for continuous auditing and chat-based oversight.

Quick Start

Ask the agent to manage my cluster payments-prod in us-central1 to initialize the cluster agent profile.

Frequently Asked Questions about manage-cluster

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

FAQPage Schema
How do I onboard existing GKE clusters for autonomous management?

To onboard existing GKE clusters for autonomous management, you run Python-based configuration scripts that create dedicated Cluster Agent profiles, establishing identity and connectivity for continuous infrastructure governance.

What is the best way to automate GKE cluster registration across multiple projects?

Automating GKE cluster registration across projects is handled by scaffolding necessary Cluster Agent configurations, which safely registers clusters without risking duplicate configurations or state corruption.

Do I need GKE cluster access to configure a Cluster Agent profile?

Yes, you need existing GKE cluster access and the ability to execute Python-based configuration scripts to establish the identity and connectivity required for the Cluster Agent profile.

Can I safely re-register a GKE cluster without corrupting its configuration state?

Yes, you can safely re-register a GKE cluster because the onboarding process is idempotent, ensuring that repeated registrations do not create duplicate configurations or corrupt the existing state.

How does automated cluster profiling work for infrastructure governance?

Automated cluster profiling works by automatically scaffolding the necessary Cluster Agent configuration and identity profiles for any GKE cluster, bringing it under a Platform Agent for continuous auditing and chat-based oversight.