# Pods

Pods are the smallest and basic units that can be created and managed by Kubernetes in the Deka GPU Service Portal. Pod contains one or more containers that share a network for a single cluster IP address, shared storage called volumes, and information about other resources. On the Workloads page, select Pods tab.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXexijhMi8yTRbtEk_CZrwJK9U9G3PQJkGTGsDpg0FEa02FIAvo1YunrCcC5k4kYLDw38XMi8Hzvy2g6nm_4RxLzngRGow9JhYsNr9uNvUk7rMp4h0CBNMWmFQJh3z0pH-A4X53Xyw?key=STJL10WA8hk9zDcEThCoUA" alt=""><figcaption><p>Pods</p></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><p>Pods Feature</p></figcaption></figure>

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

c. The Pods table displays a list of Pods used in your project in Kubernetes on the Service Portal. &#x20;

<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></li><li></li><li></li></ol></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/deka-gpu/deka-gpu-kubernetes/workloads/pods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
