# Viewing Kubernetes Apps

The **Apps** page in DuploCloud lets you view your Kubernetes resources grouped by application. You can see all applications, the number and type of resources in each application, and filter or sort resources to quickly find what you need. This page appears only after you have added App Names to one or more Kubernetes resources.

## Adding App Names to Kubernetes Resources <a href="#adding-app-names-to-kubernetes-resources" id="adding-app-names-to-kubernetes-resources"></a>

To group resources in the **Apps** dashboard, assign an app name to each resource. Use the same app name for all resources you want grouped together.

* **Services**: When adding or updating a Kubernetes Service, enter an app name in the **App Name** field.
* **Resources**: For other Kubernetes resources (Deployments, Helm releases, StatefulSets, Secrets, etc.), enter an app name in the **Labels** section using the following format: `app.duplocloud.net/app-name: "<app name>"`

## Viewing Resources by Application <a href="#viewing-resources-by-application" id="viewing-resources-by-application"></a>

After adding app names to your resources, you can view them on the **Apps** page.

1. Navigate to **Kubernetes** -> **Apps**.
2. Select All to display all apps or use the **Search App** bar to search for a specific application.
3. Click on an app name to view its details.
4. Select **All** to see every resource in the app, or click **Select** **Resource Type** to view specific types (for example, Services or Secrets).

<figure><img src="/files/clXNWZmaIxAOwQuW9TZz" alt=""><figcaption><p>Kubernetes <strong>Apps</strong> page in the DuploCloud Portal</p></figcaption></figure>


---

# 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.duplocloud.com/docs/automation-platform/kubernetes-overview/viewing-kubernetes-apps.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.
