# kube run command reference The `kube run` command runs the Postman Insights Agent in your Kubernetes cluster as a DaemonSet to collect and send data to Postman Insights (supported for Linux images only). ## Usage ```bash postman-insights-agent kube run [flags] ``` ## Flags * `-h`, `--help` - Help for `run`. * `--rate-limit float` - Number of requests per minute to capture. * `--repro-mode` - Enable Repro Mode to capture request and response payloads for debugging. ## Global flags * `--log-format string` - Set to `'color'`, `'plain'` or `'json'` to control the log format. * `--proxy string` - The domain name, IP address, or URL of an HTTP proxy server to use.