portainer-docs/user/kubernetes/applications
James Carppe 2c875e59a5
GITBOOK-57: Add skip TLS verification toggle for Git deployments
2023-05-23 03:39:14 +00:00
..
README.md GITBOOK-43: Last minute updates 2023-04-18 05:43:13 +00:00
add.md GITBOOK-43: Last minute updates 2023-04-18 05:43:13 +00:00
detach-volume.md GITBOOK-55: 2.18.3 updates 2023-05-23 01:02:37 +00:00
edit.md GITBOOK-55: 2.18.3 updates 2023-05-23 01:02:37 +00:00
inspect.md GITBOOK-43: Last minute updates 2023-04-18 05:43:13 +00:00
manifest.md GITBOOK-57: Add skip TLS verification toggle for Git deployments 2023-05-23 03:39:14 +00:00
remove.md GITBOOK-43: Last minute updates 2023-04-18 05:43:13 +00:00
webhooks.md GITBOOK-43: Last minute updates 2023-04-18 05:43:13 +00:00

README.md

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.

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

Portainer lets you add applications either using a form or through a manifest:

{% content-ref url="add.md" %} add.md {% endcontent-ref %}

{% content-ref url="manifest.md" %} manifest.md {% endcontent-ref %}

You can also inspect a running application:

{% content-ref url="inspect.md" %} inspect.md {% endcontent-ref %}

Applications can also be deployed via Helm charts:

{% content-ref url="../helm/deploy.md" %} deploy.md {% endcontent-ref %}

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

{% content-ref url="remove.md" %} remove.md {% endcontent-ref %}