k8s-pilot

by bourbonkk

ingress_list

Retrieve and list all Ingress resources in a specified Kubernetes namespace using the MCP server k8s-pilot. Streamline cluster management by accessing essential Ingress details for efficient monitoring and configuration.

Instructions

List all Ingresses in a given namespace.

Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace

Returns: List of Ingress basic information

Input Schema

NameRequiredDescriptionDefault
context_nameYes
namespaceYes

Input Schema (JSON Schema)

{ "properties": { "context_name": { "title": "Context Name", "type": "string" }, "namespace": { "title": "Namespace", "type": "string" } }, "required": [ "context_name", "namespace" ], "title": "ingress_listArguments", "type": "object" }
ID: varavj97rf