Nodes
A node is a machine connected to IDYL as compute capacity. Every node has an immutable node ID. The node ID is the canonical identifier used for commands, API paths, admission, placement, authentication, and scheduling. A provider can also assign an optional display name such asgpu-1. The
display name is a mutable presentation label:
- It does not need to be unique.
- It is never accepted in place of the node ID.
- Renaming a node does not change its identity, admission, fleet membership, or workload placement.
- Interfaces show the node ID with the display name so duplicate names remain unambiguous.
idyl node get to inspect nodes in a subnet.
Fleets
A fleet is a provider-managed group of nodes. Fleets are identified by fleet ID. The fleet display name is a label and can be changed. Use fleets when capacity should be managed or admitted as a group. A provider admission grant can target a fleet, and nodes in that fleet can participate according to the grant.Capacity matching
Workload placement depends on the pod spec:- Container CPU, memory, and disk requests.
- Pod-level GPU requirement.
- Host capability requirements.

