Skip to content

Commit 0c39cd2

Browse files
only workload there
Signed-off-by: Sourav Roy <souravroy@appscode.com>
1 parent 5af542b commit 0c39cd2

13 files changed

Lines changed: 33 additions & 43 deletions

docs/platform/guides/cluster-management/cluster-workload.md

Lines changed: 33 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -20,76 +20,71 @@ The **Workloads** group in the Cluster UI sidebar is where you browse and manage
2020
2. Click on your imported cluster to open its Cluster Overview page.
2121
3. In the left sidebar, click **Workloads** to expand it.
2222

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.
2624

27-
The Workloads group lists every standard Kubernetes workload kind:
25+
---
2826

29-
- Deployments
30-
- Replica Sets
31-
- Replication Controllers
32-
- Stateful Sets
33-
- Daemon Sets
34-
- Jobs
35-
- Cron Jobs
36-
- Pods
27+
## Deployments
3728

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.
3930

4031
![Deployments list page showing the table of deployments with namespace filter and Create button](images/cluster-workload/deployments-list.png)
4132

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

44-
![Pods list page showing Ready, Status, Restarts, and IP columns](images/cluster-workload/pods-list.png)
35+
## Replica Sets
36+
37+
Lists every Replica Set with its Namespace, Pods, Images, and Age.
4538

46-
Click any row to open that resource's detail page — see [Viewing Workload Details](#viewing-workload-details) below.
39+
![Replica Sets list page showing namespace, pods, images, and age columns](images/cluster-workload/replica-sets-list.png)
4740

4841
---
4942

50-
## Viewing Workload Details
43+
## Replication Controllers
5144

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.
5346

54-
### Overview Tab
47+
![Replication Controllers list page with no data available and a Create ReplicationController button](images/cluster-workload/replication-controllers-list.png)
5548

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+
---
5750

58-
![Resource detail page Overview tab showing Basic info and Containers table](images/cluster-workload/resource-detail-overview.png)
51+
## Stateful Sets
5952

60-
### Backup Tab
53+
Lists every Stateful Set with its Namespace, Pods, Images, and Age.
6154

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+
![Stateful Sets list page showing namespace, pods, images, and age columns](images/cluster-workload/stateful-sets-list.png)
6356

64-
![Resource detail page Backup tab showing recent backups, restores, and backup configuration](images/cluster-workload/resource-detail-backup.png)
57+
---
58+
59+
## Daemon Sets
6560

66-
### Monitoring Tab
61+
Lists every Daemon Set with its Namespace, Pods, Dsired, Current-Scheduled, Up-to-date, Node Selector, Images, and Age.
6762

68-
The **Monitoring** tab lists any Service Monitors, Pod Monitors, and Prometheus instances tied to the resource, with a **+ Create** option for each.
63+
![Daemon Sets list page showing desired, current-scheduled, and up-to-date columns](images/cluster-workload/daemon-sets-list.png)
6964

70-
### Security Tab
65+
---
7166

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
7368

74-
![Resource detail page Security tab showing Service Account, ClusterRoles, and ClusterRoleBindings](images/cluster-workload/resource-detail-access-control.png)
69+
Lists every Job with its Namespace, Annotations, Completions, Duration, Images, and Age.
7570

76-
### Events Tab
71+
![Jobs list page showing completions, duration, images, and age columns](images/cluster-workload/jobs-list.png)
7772

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

80-
![Resource detail page Events tab showing the event log](images/cluster-workload/resource-detail-events.png)
75+
## Cron Jobs
8176

82-
### Graph Tab
77+
Lists every Cron Job with its Namespace, Annotations, Schedule, Suspend, Active, Last Schedule, Images, and Age.
8378

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+
![Cron Jobs list page showing schedule, suspend, active, and last schedule columns](images/cluster-workload/cron-jobs-list.png)
8580

86-
![Resource detail page Graph tab showing connected resources as a diagram](images/cluster-workload/resource-detail-graph.png)
81+
---
8782

88-
### Manifest Tab
83+
## Pods
8984

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.
9186

92-
![Resource detail page Manifest tab showing the raw YAML editor](images/cluster-workload/resource-detail-manifest.png)
87+
![Pods list page showing Ready, Status, Restarts, and IP columns](images/cluster-workload/pods-list.png)
9388

9489
---
9590

@@ -101,8 +96,3 @@ The **Manifest** tab shows the resource's raw YAML. Use **Raw** / **View Changes
10196
| List a workload type | Click its name under the Workloads group (e.g. Deployments, Pods) |
10297
| Filter by namespace | Use the **All Namespaces** dropdown on any list page |
10398
| 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 |

docs/platform/guides/cluster-management/images/Cluster_management/Screenshot from 2026-06-16 15-09-38.png renamed to docs/platform/guides/cluster-management/images/cluster-workload/cron-jobs-list.png

File renamed without changes.

docs/platform/guides/cluster-management/images/Cluster_management/Screenshot from 2026-06-16 15-09-15.png renamed to docs/platform/guides/cluster-management/images/cluster-workload/daemon-sets-list.png

File renamed without changes.

docs/platform/guides/cluster-management/images/Cluster_management/Screenshot from 2026-06-16 15-09-24.png renamed to docs/platform/guides/cluster-management/images/cluster-workload/jobs-list.png

File renamed without changes.

docs/platform/guides/cluster-management/images/Cluster_management/Screenshot from 2026-06-16 15-07-13.png renamed to docs/platform/guides/cluster-management/images/cluster-workload/replica-sets-list.png

File renamed without changes.

docs/platform/guides/cluster-management/images/Cluster_management/Screenshot from 2026-06-16 15-09-00.png renamed to docs/platform/guides/cluster-management/images/cluster-workload/replication-controllers-list.png

File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)