You have a docker run command that works locally and now you need it in Kubernetes. The docker run to Kubernetes YAML Converter parses the command and emits an equivalent Pod (and Service) manifest, mapping the common flags to the core/v1 schema.
Paste the command, choose whether to also emit a Service for published ports, and the tool maps image, ports, environment, volumes, working directory, user, restart policy, entrypoint, network, hostname and labels. The leftover tokens become the container command and args.
Names are sanitized to RFC 1123 labels. Everything runs locally and nothing is uploaded.