> For the complete documentation index, see [llms.txt](https://docs.rierino.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rierino.com/installation/artifacts/helm-charts/application-charts.md).

# Application Charts

- [Admin UI](https://docs.rierino.com/installation/artifacts/helm-charts/application-charts/admin-ui.md): This chart deploys and executes admin UI using dedicated docker Next.js image.
- [Gateway](https://docs.rierino.com/installation/artifacts/helm-charts/application-charts/gateway.md): This chart deploys and executes a stateful set of API gateways using gradle run command with build.gradle and application.properties files populated using given value parameters.
- [Spring Runner](https://docs.rierino.com/installation/artifacts/helm-charts/application-charts/spring-runner.md): This chart deploys and executes a given list of spring based event runners using gradle run command with build.gradle and application.properties files populated using given value parameters.
- [Samza Runner](https://docs.rierino.com/installation/artifacts/helm-charts/application-charts/samza-runner.md): This chart deploys and executes a given list of samza based event runners using gradle run command with build.gradle and application.properties files populated using given value parameters.
- [Socket Runner](https://docs.rierino.com/installation/artifacts/helm-charts/application-charts/socket-runner.md): This chart deploys and executes a given list of socket based event runners using gradle run command with build.gradle and application.properties files populated using given value parameters.
- [Storefront](https://docs.rierino.com/installation/artifacts/helm-charts/application-charts/storefront.md): This chart deploys and executes demo storefront using dedicated docker images.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.rierino.com/installation/artifacts/helm-charts/application-charts.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.
