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

# Resources

The **Resources** menu is available on the **Service Portal Cloudeka** to manage applications, configurations, networking, security, and storage in order to maintain availability and scalability in the cluster. These objects are usually defined in YAML files. On the **Service Portal Cloudeka** page, select the **Kubernetes** module, then select the **Resources** menu.

<figure><img src="/files/7SF9suVH1yLNIPqlQQVi" alt=""><figcaption></figcaption></figure>

There are four tab on Resources page

1. [Ingress](/deka-gpu/deka-gpu-service/ingress.md) is used to manage HTTP/HTTPS access from outside the cluster into Service.
2. [Ingresess Classes](/deka-gpu/deka-gpu-kubernetes/resources/ingresses-classes.md) are used to describe which controllers will handle certain Ingress objects.
3. [Secrets](/deka-gpu/deka-gpu-kubernetes/resources/secrets.md) are used to store sensitive data such as passwords, tokens, certificates.
4. [Config Maps](/deka-gpu/deka-gpu-kubernetes/resources/config-maps.md) are used to store non-secret configurations in the form of key-values.
