ingress_create
Create an Ingress for a service in a Kubernetes namespace, specifying host, service name, and port.
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 |
|---|---|---|---|
| host | Yes | ||
| name | Yes | ||
| namespace | Yes | ||
| context_name | Yes | ||
| service_name | Yes | ||
| service_port | Yes |