> 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.md).

# Workloads

The **Workloads** page in the **Service Portal Cloudeka** is used to create and manage information about **Pods**, **Deployments**, **DaemonSets**, and **StatefulSets** running in the Kubernetes cluster. To access the **Workloads** page in the **Service Portal Cloudeka**, select the **Kubernetes** module, then choose the **Workloads** menu.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FhJZlpTbu6JMoNzYHxxDR%2Fimage.png?alt=media&amp;token=1e038c31-9081-47fe-9111-2fe9e5ee7c43" alt=""><figcaption></figcaption></figure>

On the **Workloads** page, there are four tabs available, as detailed below:

* **Pods**. Pods are the smallest deployable units in Kubernetes that run one or more containers. For more information, see the [Pods subsection](/deka-gpu/deka-gpu-kubernetes/workloads/pods.md).
* **Deployments**. Deployments are Kubernetes resources used to manage application deployment and ensure the desired number of Pod replicas are running. For more information, see the [Deployments subsection.](/deka-gpu/deka-gpu-kubernetes/workloads/deployments.md)
* **DaemonSets**. DaemonSets are Kubernetes resources that ensure a Pod runs on selected or all nodes in a cluster. For more information, see the [DaemonSets subsection.](/deka-gpu/deka-gpu-kubernetes/workloads/daemonsets.md)
* **StatefulSets**. StatefulSets are Kubernetes resources used to manage stateful applications that require stable identities and persistent storage. For more information, see the [StatefulSets subsection.](/deka-gpu/deka-gpu-kubernetes/workloads/statefulsets.md)
