# Helm Chart for Apache Kyuubi [Apache Kyuubi](https://kyuubi.apache.org) is a distributed and multi-tenant gateway to provide serverless SQL on Data Warehouses and Lakehouses. ## Introduction This chart will bootstrap an [Kyuubi](https://kyuubi.apache.org) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. ## Requirements - Kubernetes cluster - Helm 3.0+ ## Template rendering When you want to test the template rendering, but not actually install anything. [Debugging templates](https://helm.sh/docs/chart_template_guide/debugging/) provide a quick way of viewing the generated content without YAML parse errors blocking. There are two ways to render templates. It will return the rendered template to you so you can see the output. - Local rendering chart templates ```shell helm template --debug ../kyuubi ``` - Server side rendering chart templates ```shell helm install --dry-run --debug --generate-name ../kyuubi ``` ## Documentation Configuration guide documentation for Kyuubi lives [on the website](https://kyuubi.readthedocs.io/en/master/configuration/settings.html#kyuubi-configurations). (Not just for Helm Chart) ## Contributing Want to help build Apache Kyuubi? Check out our [contributing documentation](https://kyuubi.readthedocs.io/en/master/community/CONTRIBUTING.html).