# Kubernetees Helm Charts

In simple terms, Helm is a package manager for Kubernetes. Helm is the K8s equivalent of yum or apt. Helm deploys charts, which you can think of as a packaged application. It is a collection of all your versioned, pre-configured application resources which can be deployed as one unit.

To fully grasp helm, there are 3 concepts we need to get familiar with:

* **Chart**: A package of pre-configured Kubernetes resources.
* **Release**: A specific instance of a chart which has been deployed to the cluster using Helm.
* **Repository**: A group of published charts which can be made available to others.

Seldon can be installed via Kustomize and Helm


---

# 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://til.kurianbenoy.com/deployment/kubernetees-helm-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.
