k8s_run_pod
Create and run a Kubernetes pod with a specified container image for one-off tasks, debugging, or testing. Supports custom commands, environment variables, and restart policy.
Instructions
Create and run a pod with the specified container image. Useful for running one-off tasks, debugging, or testing. Set restart='Never' for one-shot jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| name | Yes | ||
| image | Yes | ||
| labels | No | ||
| command | No | ||
| context | Yes | ||
| restart | No | ||
| namespace | No |