Skip to main content
An application is the software you deploy. In IDYL, applications are usually managed through workloads. Workloads are the resources that describe runnable work on IDYL. A workload has a kind, metadata, spec, and read-only status. Users define the desired state in the spec. IDYL reports observed state in status when resources are inspected.

Workload types

Builders usually create deployments and jobs, then inspect pods to see runtime state.

Desired and observed state

Deployments, jobs, cron jobs, and replica sets describe desired work. Pods are the runtime units created from pod specs. When you inspect a workload, IDYL can return status such as replica counts, active job counts, pod state, health status, and container status. Status fields are read-only.

Imperative and declarative workflows

Use imperative commands when you want to create work quickly:
Use manifests when you want a repeatable YAML resource definition: