> For the complete documentation index, see [llms.txt](https://docs.seldon.ai/seldon-core-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seldon.ai/seldon-core-1/reference/helm_charts.md).

# Helm Charts

Helm charts are published to our official charts repo and [Github repository](https://github.com/SeldonIO/helm-charts/releases?q=seldon-core-operator).

## Core Chart

The core chart for installing Seldon Core is shown below.

* [seldon-core-operator](https://github.com/SeldonIO/seldon-core/blob/master/helm-charts/seldon-core-operator/README.md)

For advanced configuration of the core chart, please see [Advanced Helm Chart Configuration](/seldon-core-1/configuration/installation-parameters/advanced-helm-chart-configuration.md).

## Inference Graph Templates

A set of charts to provide example templates for creating particular inference graphs using Seldon Core

* [seldon-single-model](https://github.com/SeldonIO/seldon-core/blob/master/helm-charts/seldon-single-model/README.md)
  * Serve a single model with attached Persistent Volume.
* [seldon-abtest](https://github.com/SeldonIO/seldon-core/blob/master/helm-charts/seldon-abtest/README.md)
  * Serve an AB test between two models.
* [seldon-mab](https://github.com/SeldonIO/seldon-core/blob/master/helm-charts/seldon-mab/README.md)
  * Serve a multi-armed bandit between two models.
* [seldon-od-model](https://github.com/SeldonIO/seldon-core/blob/master/helm-charts/seldon-od-model/README.md) and [seldon-od-transformer](https://github.com/SeldonIO/seldon-core/blob/master/helm-charts/seldon-od-transformer/README.md)

[A notebook with examples of using the above charts](/seldon-core-1/tutorials/notebooks/helm_examples.md) is provided.
