Skip to main content
Use idyl deploy when you want to create a workload from a container image.

1. Confirm your target

Check the account, namespace, and subnet. To use a different subnet for one command, pass --subnet.

2. Deploy a service

Use a deployment for software that should keep running:
Output similar to:

3. Inspect the deployment

To watch pods as they change:

Deploy a job

Use a job for work that should run to completion:
Check the job and pods:

Add resources or environment variables

Use GPU requirements when the subnet has GPU capacity:

Request workload isolation

When the target subnet allows it, request microVM-backed execution with --isolation-class microvm:
The subnet runtime policy and compatible provider capacity must admit the requested isolation class. For the builder, operator, and provider model, see Workload isolation.

Change the target subnet

For a single deployment:
For future commands in the current context: