View Pod List
This section describes how to view the pod list.
Prerequisites
You need to join a cluster and have the Application Workloads View permission in the cluster. For more information, see Cluster Members and Cluster Roles.
Steps
-
Log in to the KubeSphere web console with a user who has Application Workloads View permissions and enter your cluster.
-
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.
-
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.
Update Time
The update time of the pod.
-
-
Select a project from the drop-down list in the upper left corner of the list to view pods in a specific project.
-
In the list above, click the search box and set search criteria to search for pods by name and status.
-
Click
in the upper right corner of the list to refresh the list information.
-
Click
in the upper right corner of the list to customize the information displayed in the list.
-