k8s_generate_service
Generate a Kubernetes Service manifest to expose a deployment by specifying the app name, port, and optional service type.
Instructions
Generate a Kubernetes Service manifest to expose a deployment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | Service port | |
| api_key | No | API key for authentication | |
| app_name | Yes | Name of the application to expose | |
| target_port | No | Container target port | |
| service_type | No | Service type |