# Initialization Charts

- [Namespaces](https://docs.rierino.com/installation/artifacts/helm-charts/initialization-charts/namespaces.md): This chart creates namespaces.
- [Global](https://docs.rierino.com/installation/artifacts/helm-charts/initialization-charts/global.md): This chart deploys config map and secrets used across a given namespace.
- [Loader](https://docs.rierino.com/installation/artifacts/helm-charts/initialization-charts/loader.md): This chart executes a data loader for pulling configuration details into Rierino DB.
- [Deployer API](https://docs.rierino.com/installation/artifacts/helm-charts/initialization-charts/deployer-api.md): This chart deploys and executes a REST service that support deploy, view and log operations on kubernetes cluster using a custom python module.
- [Deployer](https://docs.rierino.com/installation/artifacts/helm-charts/initialization-charts/deployer.md): This chart deploys and executes a job that runs a specific ansible playbook and terminates.


---

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