This page is demo-only — no Engine API calls are made. Logs and Details buttons show a toast notification in demo mode.
Workload type tabs
The page is tabbed by workload type, each showing a count badge:- Deployments — ReplicaSet-backed application workloads
- StatefulSets — stateful application workloads with stable identity
- DaemonSets — node-level agents and system daemons
- Jobs — one-off batch workloads
- CronJobs — scheduled recurring workloads
Workload table
Each tab displays a table with:| Column | Description |
|---|---|
| Name | Workload resource name |
| Namespace | Kubernetes namespace |
| Status | Ready, Progressing, Degraded, or Complete |
| Replicas | Ready / desired replica count |
| Age | Time since creation |
| Actions | Logs and Details buttons |