rancher-resource-discovery

Inventory Kubernetes resources and map dependencies across clusters.

1|1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/futuretea/rancher-assistant --skill rancher-resource-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rancher-resource-discovery
Source: https://github.com/futuretea/rancher-assistant/tree/main/skills/resource-discovery
Command: npx skills add https://github.com/futuretea/rancher-assistant --skill rancher-resource-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kubernetes environments often require visibility into resources and their dependencies across namespaces and clusters. This skill enables quick inventory, dependency mapping, and cross-cluster search to understand what exists where and how resources relate.

Core Features & Use Cases

  • Inventory all resources in a namespace or cluster (like ketall)
  • Search resources by type, label, or name
  • Display resource dependency graphs (dependencies and dependents)
  • Find recently created resources
  • Parallel, multi-namespace or multi-cluster searches

Quick Start

Ask it to list all resources in a namespace or across clusters.

Frequently Asked Questions about rancher-resource-discovery

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

FAQPage Schema
How do I inventory all Kubernetes resources in a namespace?

To inventory Kubernetes resources in a namespace, list all resources by configuring the scope to a specific namespace and filtering by kind or labels. This generates a structured inventory of what exists within that namespace.

How can I find Kubernetes resource dependencies across multiple clusters?

You can find Kubernetes resource dependencies across multiple clusters using parallel multi-cluster discovery. The workflow explores dependency trees and generates structured relationship data showing how resources relate across different clusters.

Can I search for Kubernetes resources by labels and kind across clusters?

Yes, you can search for Kubernetes resources by labels and kind across clusters. The discovery workflow supports filtering by kind or labels and performs parallel searches to find specific resources.

What is the best way to map resource dependency trees in Kubernetes?

The best way to map resource dependency trees in Kubernetes is using resource discovery to display dependency graphs. This identifies both dependencies and dependents, providing structured relationship data for the resources.

Does multi-cluster Kubernetes resource discovery support cross-cluster comparison?

Yes, multi-cluster Kubernetes resource discovery supports cross-cluster comparison. It performs parallel inventory across clusters, allowing you to compare resources and understand what exists where and how they relate.