run
Execute a pod in Kubernetes using a specified container image. Define the pod name, image, namespace, and optional command to run applications or tasks in your cluster.
Instructions
Run a pod with a specific image
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the pod to run | |
| image | Yes | The container image to use | |
| namespace | No | The namespace to run in (optional, defaults to current context namespace) | |
| command | No | The command to run (optional) |