This repository contains the official Helm charts for deploying Oxia, a distributed, embedded, and highly available database.
Before you begin, ensure you have the following installed:
- Kubernetes cluster
- Helm
Follow these steps to add the Oxia Helm repository and install a release.
-
Add the Helm repository:
helm repo add oxia https://oxia-db.github.io/helm-charts/ helm repo update
-
Install the chart:
You can deploy Oxia with a simple
helm install
command. This will create a release namedmy-release
in your current namespace.helm install my-release oxia/oxia-cluster
You can customize your deployment by using the --set
flag or by providing a custom values.yaml
file.
To see all available configuration options, refer to the values.yaml
file in the chart's repository.