ingress_create
Create and manage Kubernetes Ingress resources in specified namespaces with context-aware configuration, enabling traffic routing to backend services via host and port settings.
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 |