ingress_create
Create and configure Kubernetes Ingress in a specified namespace using context name, host, service name, and port. Part of the k8s-pilot MCP server for managing multiple clusters.
Instructions
Create an Ingress in the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The Ingress name host: The host for the Ingress service_name: The backend service name service_port: The backend service port
Returns: Status of the creation operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
host | Yes | ||
name | Yes | ||
namespace | Yes | ||
service_name | Yes | ||
service_port | Yes |