idyl run
Run a standalone pod for debugging or testing
Run a standalone pod with debugging-friendly defaults.
Unlike ‘deploy’, this creates a Pod directly rather than a Deployment.
Interactive mode (-i, -t) is not supported.
Command and args values are split using shell-style quoting, so quoted
substrings stay together as one container argument.
Use —platform, —isolation-class, and —network-class to declare workload
runtime intent. Admission and scheduling still require a target subnet policy
and provider nodes that match the requested runtime capabilities.
For isolated secure-container admission, declare linux/amd64, secure-container
isolation, and a network class of none or restricted-egress. The CLI records
this intent; the platform validates it before scheduling.

