Pods
This section explains how to manage pods.
In KubeSphere, a pod is the smallest management unit of an application. Each pod contains one or more containers. Multiple containers within the same pod are tightly coupled, scheduled, and share the same network. A pod is equivalent to the logical host of an application.
The KubeSphere web console does not support creating pods directly, but you can indirectly create pods and manage pod replicas by creating workloads or jobs.
View Pod List
Explain how to view the list of pods.
View Pod Details
Explain how to view the details of a pod.
View Container Details
Learn how to view container details.
Access Container Terminal
Learn how to access the container terminal.
Delete Pods
Learn how to delete a pod.