kubectl_describe
Retrieve detailed information about a specific Kubernetes resource, specifying its type, name, and namespace. Use this to inspect resource configuration and status.
Instructions
Describe Kubernetes resources by resource type, name, and optionally namespace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resourceType | Yes | Type of resource to describe (e.g., pods, deployments, services, etc.) | |
| name | Yes | Name of the resource to describe | |
| namespace | No | Kubernetes namespace | default |
| context | No | Kubeconfig Context to use for the command (optional - defaults to null) | |
| allNamespaces | No | If true, describe resources across all namespaces |