Skip to main content
The Workloads page provides a unified view of all workload types in the selected cluster, organized by type tabs.
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:
ColumnDescription
NameWorkload resource name
NamespaceKubernetes namespace
StatusReady, Progressing, Degraded, or Complete
ReplicasReady / desired replica count
AgeTime since creation
ActionsLogs and Details buttons
Status indicators use color coding: green for healthy, yellow for progressing, red for degraded.

API path

A collapsible API Path section displays the Kubernetes API path for the selected workload type. This is useful for building automation or debugging API access:
/apis/apps/v1/namespaces/{namespace}/deployments/{name}