Capability
Kubernetes Cluster Resource Introspection
14 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “detailed resource inspection with full object retrieval”
Manage Kubernetes clusters, pods, and deployments via MCP.
Unique: Uses the Kubernetes Go client's Get method to retrieve complete resource objects with all nested fields intact, avoiding the information loss that occurs when parsing kubectl describe output or truncated JSON
vs others: More complete than kubectl describe because it returns the raw API object with all fields, enabling programmatic analysis without parsing human-readable output