# Resources

Resources in menu available on the Service Portal Cloudeka to manage applications, configuration, network, security, 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 and then select the Resources menu.

<figure><img src="/files/wW5jyAn83luXPbOCudYJ" alt=""><figcaption><p>Resources</p></figcaption></figure>

&#x20;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.


---

# 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/resources.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.
