Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Workload Visibility user guide #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions tap-gui/plugins/workload-visibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ Developers must perform the following actions to see their Workloads on the dash
system:
```

1. Commit and push the Component definition to a Git repository that is registered as a Catalog Location. See [Adding Catalog Entities](../catalog/catalog-operations.md#adding-catalog-entities) in the Catalog Operations documentation.
1. Create a Kubernetes Workload with a label matching the Component's selector, in a cluster available to the Tanzu Application Platform
GUI. A Workload is one of the following:
1. Commit and push the Component definition to a Git repository that is registered as a Catalog Location. See [Adding
Catalog Entities](../catalog/catalog-operations.md#adding-catalog-entities) in the Catalog Operations documentation.
2. Create a Kubernetes Workload with a label matching the Component's selector, in a cluster available to the Tanzu
Application Platform GUI. A Workload is one of the following:
- `v1/Service`
- `apps/v1/Deployment`
- `serving.knative.dev/v1/Service`
Expand Down Expand Up @@ -54,7 +55,8 @@ Developers must perform the following actions to see their Workloads on the dash

## Navigate to the Workload Visibility Screen

You can view the list of running Workloads and details about their status, type, namespace, cluster, and public URL if applicable for the Workload type.
You can view the list of running Workloads and details about their status, type, namespace, cluster, and public URL if
applicable for the Workload type.

To view the list of your running Workloads:

Expand All @@ -63,8 +65,11 @@ To view the list of your running Workloads:

![Workload index table](./images/workload-visibility-workloads.png)

## Resource Details
## Knative Service Details page

Each resource has a dedicated page showing its detailed status, metadata, ownership, and related resources.
To view the Knative services details of your Workloads, select the Workload with 'Knative Service' type.
In this page, additional information is available for Knative workloads including status, an ownership hierarchy,
incoming routes, revisions, and pod details.

![Resource detail page](./images/workload-visibility-resource-detail.png)

![Resource detail page](./images/workload-visibility-resource-detail.png)