View Workload Details

This section explains how to view workload details.

Prerequisites

You should join a project and have the Application Workload Viewing permission within the project. For more information, refer to “Project Members” and “Project Roles”.

Steps

  1. Log in to the KubeSphere web console with a user who has the Application Workload Viewing permission, and access your project.

  2. Click Application Workloads > Workloads in the left navigation pane.

  3. On the Workloads page, click Deployments, StatefulSets, or DaemonSets, then click the name of a workload in the list to open its details page.

  4. In the Attributes section on the left side of the workload details page, view the attributes of the workload.

    ParameterDescription

    Cluster

    The cluster to which the workload belongs.

    Project

    The project to which the workload belongs.

    Application

    The name of the application to which the workload belongs. You can create an application that includes multiple services, each corresponding to a workload.

    Creation Time

    The creation time of the workload.

    Update Time

    The update time of the workload.

    Creator

    The user who created the workload.

  5. On the right side of the workload details page, on the Resource Status tab, view the pod replica count, container ports, and pods of the workload.

    ParameterDescription

    Replicas

    The current and expected pod replica count of the workload.

    Ports

    The port name, protocol, and port number of the containers managed by the workload.

    Pods

    All the pods running in the workload.

    • Click chevron-down to view information about the containers running in the pod.

    • Click the name of the pod to view container details.

    • Enter keywords in the search box above the pod list to search for pods whose names contain specific keywords.

    • Click Refresh in the upper-right corner of the pod list to refresh the information.

  6. Click the Revision Records tab on the right side of the workload details page to view revision records for the workload.

    • Click a revision record from the dropdown list to view its serial number, creation time, and configuration file. KubeSphere automatically creates a serial number for each revision record, and up to 10 revision records can be retained.

    • The Configuration File section displays the differences between the current configuration file and the configuration file from the previous revision record. Click chevron-down to vertically display the differences in the configuration files, and Click chevron-right to horizontally display the differences in the configuration files.

  7. Click the Metadata tab on the right side of the workload details page to view the labels and annotations of the workload.

  8. Click the Environment Variables tab on the right side of the workload details page to view the environment variables of all containers in the workload.

  9. Click the Events tab on the right side of the workload details page to view events related to the workload.

    ParameterDescription

    Type

    The type of the event, including Normal and Warning.

    Reason

    The reason for the event.

    Occurred

    The time when the event occurred.

    Source

    The component that reported the event.

    Message

    The content of the event message.