< img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=3131724&fmt=gif" />

View Pod List

This section explains how to view the list of pods.

Prerequisites

You should join a cluster and have the Application Workload Viewing permission within the cluster. For more information, refer to "Cluster Members" and "Cluster Roles".

Steps

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

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

    • The pod list provides the following information:

      Parameter Description

      Name

      The name of the pod.

      Status

      The status of the pod.

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

      • Waiting: 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 for scheduling or waiting for the container image to finish downloading.

      • Completed: All containers in the pod have successfully terminated (terminated with an exit code of 0), and no longer restart.

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

      • Unknown: The system cannot retrieve the pod’s status, which usually occurs when communication fails 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.

    • Choose a project from the drop-down list at the top left of the list to view pods specific to that project.

    • Click the search box at the top of the list and search for pods by name, status or pod IP address.

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

Receive the latest news, articles and updates from KubeSphere


Thanks for the feedback. If you have a specific question about how to use KubeSphere, ask it on Slack. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.

What’s on this Page