Back to Polars

Getting Started

docs/source/polars-on-premises/kubernetes/getting-started.md

latest971 B
Original Source

First of all, make sure to obtain a license for Polars on-premises by signing up here. You will receive an access key for our private Docker registry as well as a JSON-formatted license for running Polars on-premises.

Polars on-premises for Kubernetes is distributed through our Helm Chart, which can be found in our helm-charts repository.

Usage

Helm must be installed to use the charts. Please refer to Helm documentation to get started. Once Helm is set up properly, add the repository as follows:

shell
helm repo add polars-inc https://polars-inc.github.io/helm-charts

You can then run helm search repo polars-inc to see the available charts.

Further explanation on the different configuration can be found in the chart README.md.