# Applications

In Kubernetes, an application is a collection of configuration settings and variables required to run your app. This may consist of a single container or multiple containers with complex interoperability.

<figure><img src="https://3850702872-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXI7douejaBgpZ6CP2zJf%2Fuploads%2Fgit-blob-9a80c8802a8c61c81dbb52a889805d735924d7f2%2F2.27-kubernetes-applications-list.png?alt=media" alt=""><figcaption></figcaption></figure>

You can filter the list of applications by namespace using the **Namespace** dropdown.

Portainer lets you add applications either using a form or through code (for example a manifest or a Helm chart):

{% content-ref url="applications/add" %}
[add](https://docs.portainer.io/2.33-lts/user/kubernetes/applications/add)
{% endcontent-ref %}

{% content-ref url="applications/manifest" %}
[manifest](https://docs.portainer.io/2.33-lts/user/kubernetes/applications/manifest)
{% endcontent-ref %}

You can also inspect a running application:

{% content-ref url="applications/inspect" %}
[inspect](https://docs.portainer.io/2.33-lts/user/kubernetes/applications/inspect)
{% endcontent-ref %}

{% content-ref url="applications/inspect-helm" %}
[inspect-helm](https://docs.portainer.io/2.33-lts/user/kubernetes/applications/inspect-helm)
{% endcontent-ref %}

Applications can be edited, webhooks can be configured and volumes can be detached:

{% content-ref url="applications/edit" %}
[edit](https://docs.portainer.io/2.33-lts/user/kubernetes/applications/edit)
{% endcontent-ref %}

{% content-ref url="applications/webhooks" %}
[webhooks](https://docs.portainer.io/2.33-lts/user/kubernetes/applications/webhooks)
{% endcontent-ref %}

{% content-ref url="applications/detach-volume" %}
[detach-volume](https://docs.portainer.io/2.33-lts/user/kubernetes/applications/detach-volume)
{% endcontent-ref %}

If you no longer require an application, it can be removed:

{% content-ref url="applications/remove" %}
[remove](https://docs.portainer.io/2.33-lts/user/kubernetes/applications/remove)
{% endcontent-ref %}
