ingress_get
Retrieve detailed information about a specific Kubernetes Ingress by specifying the context name, namespace, and Ingress name. Use to inspect and manage Ingress configurations across clusters. Powered by the k8s-pilot MCP server for multi-cluster Kubernetes operations.
Instructions
Get details of a specific Ingress.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The Ingress name
Returns: Detailed information about the Ingress
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
name | Yes | ||
namespace | Yes |