> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/deka-gpu/deka-gpu-kubernetes/workloads/pods.md).

# Pods

Pods are the smallest and most basic units that can be created and managed by Kubernetes in the **Service Portal Cloudeka**. A Pod contains one or more containers that share a network with a single cluster IP address, shared storage called volumes, and information about other resources.

On the **Workloads** page, select the **Pods** tab.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXexijhMi8yTRbtEk_CZrwJK9U9G3PQJkGTGsDpg0FEa02FIAvo1YunrCcC5k4kYLDw38XMi8Hzvy2g6nm_4RxLzngRGow9JhYsNr9uNvUk7rMp4h0CBNMWmFQJh3z0pH-A4X53Xyw?key=STJL10WA8hk9zDcEThCoUA" alt=""><figcaption></figcaption></figure>

There are several features available in the Pods section of the Workloads page in the Deka GPU Service Portal, including.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe5PhqdtHQVMDL5EXpteHACN6d4k_BvL-8rAlfh7rTsUUse0v3dr5COsHN2vqZH4SQ5TDYKKKAsYGg0awtD4wpqOlQcewoYSa3fM5NQesKIeO9bz9VXTknix5eqdclHh4ezMZLd?key=STJL10WA8hk9zDcEThCoUA" alt=""><figcaption></figcaption></figure>

a. The **Search** column is used to search for Pods on the Name and Namespace columns in the Pods table.

b. The **Create Pods** button is used to create a new Pod in the Kubernetes cluster. A Pod is the smallest deployable unit in Kubernetes that contains one or more containers running an application.

c. The **Pods table** displays a list of Pods used in your project in Kubernetes on the Service Portal.

<table><thead><tr><th width="218">Column</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>Shows the names of the Pods.</td></tr><tr><td>Namespace</td><td>Displays where the Pod isolates the resources in the cube cluster.</td></tr><tr><td>Ready</td><td>Displays the readiness state of the Pod. If the Pod is in a "Ready" state, the format displayed is "1/1," indicating the number of running containers compared to the total available containers in the Pod.</td></tr><tr><td>Status</td><td>Displays the current state of the Pod.</td></tr><tr><td>Event</td><td>Displays the number of events associated with the Pod, such as failures.</td></tr><tr><td>Restart</td><td>Displays the number of times the Pod has been restarted by containers due to failures.</td></tr><tr><td>Node</td><td>Displays the virtual node where the Pod is running within the Kubernetes cluster.</td></tr><tr><td>Created</td><td>Displays the timestamp when the Pod was created.</td></tr><tr><td>Action</td><td><ol><li>The <strong>Shell</strong> button is used to open a command-line interface for the selected Pod, allowing users to access and interact with the running container.</li><li>The <strong>Show Kubernetes YAML</strong> button is used to view the Kubernetes YAML configuration of the selected Pod, including its metadata, specifications, and resource settings.</li><li>The <strong>Delete</strong> button is used to remove the selected Pod from the Kubernetes cluster.</li></ol></td></tr></tbody></table>
