Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on Data Warehouses and Lakehouses.
This chart will bootstrap an Kyuubi deployment on a Kubernetes cluster using the Helm package manager.
- Kubernetes cluster
- Helm 3.0+
When you want to test the template rendering, but not actually install anything. Debugging templates 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
helm template --debug ../kyuubi
- Server side rendering chart templates
helm install --dry-run --debug --generate-name ../kyuubi
Configuration guide documentation for Kyuubi lives on the website. (Not just for Helm Chart)
Want to help build Apache Kyuubi? Check out our contributing documentation.