This section describes how to view the pod list.

Prerequisites

You need to join a project and have the Application Workloads Viewing permission in the project. For more information, see Project Members and Project Roles.

Steps

  1. Log in to the KubeSphere web console with a user who has Application Workloads Viewing permissions and enter your workspace.

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

  3. Select a project from the drop-down list in the upper left corner of the page.

    • The pod list provides the following information:

      Parameter Description

      Name

      The name of the pod.

      Status

      The status of the pod.

      • Pending: The pod has been accepted by the system, but at least one container has not been created or is not running. In this state, the pod may be waiting to be scheduled or waiting for the container image to be downloaded.

      • Running: The pod has been assigned to a node, all containers in the pod have been created, and at least one container is running, starting, or restarting.

      • Succeeded: All containers in the pod have terminated successfully (terminated with exit code 0) and will not be restarted.

      • Failed: All containers in the pod have terminated, and at least one container terminated with a non-zero exit code.

      • Unknown: The system is unable to retrieve the pod’s status. This state typically occurs due to communication failure between the system and the host where the pod is located.

      Node

      The node where the pod is located and the IP address of the node.

      Pod IP Address

      The virtual IP address of the pod within the cluster.

      Application

      The application to which the pod belongs.

      Update Time

      The update time of the pod.

    • In the list above, click the search box and set search criteria to search for pods by name and status.

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

    • Click cogwheel in the upper right corner of the list to customize the information displayed in the list.