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
| Workload | Use it when |
|---|---|
| Deployment | Application code should keep running. |
| Job | Work should run until it completes. |
| CronJob | Jobs should run on a schedule. |
| Sandbox | A disposable Linux environment should exist for a required TTL. |
| Pod | You need to run or inspect one pod spec directly. |
| ReplicaSet | A fixed number of identical pods should run. |

