Skip to main content
Glama

mcp-server-kubernetes

by Flux159

describe_pod

Retrieve detailed information about a Kubernetes pod, including status and container specifics, by providing the pod name and namespace. Simplifies pod monitoring and management.

Instructions

Describe a Kubernetes pod (read details like status, containers, etc.)

Input Schema

NameRequiredDescriptionDefault
nameYes
namespaceYes

Input Schema (JSON Schema)

{ "properties": { "name": { "type": "string" }, "namespace": { "type": "string" } }, "required": [ "name", "namespace" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-server-kubernetes

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Flux159/mcp-server-kubernetes'

If you have feedback or need assistance with the MCP directory API, please join our Discord server