What a subnet controls
A subnet is the governance boundary for workload placement decisions and connected capacity.Slugs and display names
Every subnet has a globally unique slug. Commands and manifests use this slug to identify the subnet. An optional display name gives the subnet a user-friendly label in lists and details. Display names do not need to be unique and cannot be used in place of the slug.Regions
Create a subnet in a region:idyl region list to see available regions. Use idyl region enable <region> when the account should allow new workload creation in approved subnets whose control plane is domiciled in that region.
Admission
Subnet admission controls two kinds of participation:
Admission modes are
open, approval, and invite. Admission grants can target developer accounts, provider fleets, or provider nodes.
Runtime policy
Subnet runtime policy controls which workload isolation classes a subnet accepts. For example, a subnet can allow onlymicrovm workloads, require
workloads to state their isolation class explicitly, or provide a default
isolation class for workloads that omit one.
Runtime policy is separate from admission. A provider node can be admitted to a
subnet but still be incompatible with a workload’s requested isolation class.
For the builder, operator, and provider model, see
Workload isolation.

