You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platform/guides/cluster-management/cluster-workload.md
+33-43Lines changed: 33 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,76 +20,71 @@ The **Workloads** group in the Cluster UI sidebar is where you browse and manage
20
20
2. Click on your imported cluster to open its Cluster Overview page.
21
21
3. In the left sidebar, click **Workloads** to expand it.
22
22
23
-
---
24
-
25
-
## Workload Resource Types
23
+
Every list page in this group follows the same layout: a 🔍 search box, an **All Namespaces** filter dropdown, and a green **+ Create** button top-right.
26
24
27
-
The Workloads group lists every standard Kubernetes workload kind:
25
+
---
28
26
29
-
- Deployments
30
-
- Replica Sets
31
-
- Replication Controllers
32
-
- Stateful Sets
33
-
- Daemon Sets
34
-
- Jobs
35
-
- Cron Jobs
36
-
- Pods
27
+
## Deployments
37
28
38
-
Every list page follows the same layout: a 🔍 search box, an **All Namespaces** filter dropdown, and a green **+ Create** button top-right. The table columns vary by resource — for example, Deployments show Namespace, Pods, Images, and Age.
29
+
Lists every Deployment with its Namespace, Pods (ready count), Images, and Age.
39
30
40
31

41
32
42
-
**Pods** is the only Workloads item with extra columns — Ready, Status, Restarts, and IP — since it reflects live container state.
33
+
---
43
34
44
-

35
+
## Replica Sets
36
+
37
+
Lists every Replica Set with its Namespace, Pods, Images, and Age.
45
38
46
-
Click any row to open that resource's detail page — see [Viewing Workload Details](#viewing-workload-details) below.
39
+

47
40
48
41
---
49
42
50
-
## Viewing Workload Details
43
+
## Replication Controllers
51
44
52
-
Click any row on a Workloads list page (e.g. a Pod) to open its **detail page**. Every detail page has the same layout: the resource name and breadcrumb at the top, **Edit** and **Delete** buttons top-right, and a set of tabs in the left panel. Which tabs appear depends on what created the resource — the example below is a Pod created by a backup Job.
45
+
Lists every Replication Controller with its Namespace, Pods, Images, and Age. Click **+ Create ReplicationController** to add one.
53
46
54
-
### Overview Tab
47
+

55
48
56
-
The **Overview** tab shows the resource's Basic info (Name, Namespace, Labels, Annotations, Age) followed by its Containers and Init-Containers, with image, command, and volume mount details.
49
+
---
57
50
58
-

51
+
## Stateful Sets
59
52
60
-
### Backup Tab
53
+
Lists every Stateful Set with its Namespace, Pods, Images, and Age.
61
54
62
-
If the workload was created by a backup process, a **Backup** tab shows Recent Backups, Recent Restores, Backup Configuration, and the connected Repository.
55
+

Lists every Daemon Set with its Namespace, Pods, Dsired, Current-Scheduled, Up-to-date, Node Selector, Images, and Age.
67
62
68
-
The **Monitoring** tab lists any Service Monitors, Pod Monitors, and Prometheus instances tied to the resource, with a **+ Create** option for each.
63
+

69
64
70
-
### Security Tab
65
+
---
71
66
72
-
The **Security** tab group has five sub-tabs: **CVE Report** (vulnerability counts by severity), **Access Control**, **TLS** (Certificates, Issuer, ClusterIssuer, Secrets), **Policies**, and **Runtime Security**. **Access Control** shows the resource's Service Account, ClusterRoles, and ClusterRoleBindings.
67
+
## Jobs
73
68
74
-

69
+
Lists every Job with its Namespace, Annotations, Completions, Duration, Images, and Age.
75
70
76
-
### Events Tab
71
+

77
72
78
-
The **Events** tab lists the resource's Kubernetes events — Type, Reason, Source, Count, First Seen, Last Seen, and Message.
73
+
---
79
74
80
-

75
+
## Cron Jobs
81
76
82
-
### Graph Tab
77
+
Lists every Cron Job with its Namespace, Annotations, Schedule, Suspend, Active, Last Schedule, Images, and Age.
83
78
84
-
The **Graph** tab draws the resource's **Connected Resources** as a diagram — for example, a Pod linked to its ServiceAccount, ConfigMap, and Node.
79
+

85
80
86
-

81
+
---
87
82
88
-
### Manifest Tab
83
+
##Pods
89
84
90
-
The **Manifest** tab shows the resource's raw YAML. Use **Raw** / **View Changes** to toggle the view, edit the YAML directly, and click **Save Changes** to apply.
85
+
Lists every Pod with its Namespace, Ready, Status, Restarts, IP, Images, and Age — the only Workloads item with these extra live-state columns.
91
86
92
-

87
+

93
88
94
89
---
95
90
@@ -101,8 +96,3 @@ The **Manifest** tab shows the resource's raw YAML. Use **Raw** / **View Changes
101
96
| List a workload type | Click its name under the Workloads group (e.g. Deployments, Pods) |
102
97
| Filter by namespace | Use the **All Namespaces** dropdown on any list page |
103
98
| Create a new workload | Click **+ Create** on the resource's list page |
104
-
| Open a workload's details | Click its row on the list page |
105
-
| Edit a workload | Open its detail page → **Edit**, or edit directly in the **Manifest** tab |
106
-
| Delete a workload | Open its detail page → **Delete**|
107
-
| View events for a workload | Resource detail page → **Events** tab |
108
-
| View what a workload connects to | Resource detail page → **Graph** tab |
0 commit comments