tree: 564e6fec4e621852a8d6e1e68e85eea649732be4 [path history] [tgz]
  1. templates/
  2. Chart.yaml
  3. README.md
  4. values.yaml
charts/kyuubi/README.md

Helm Chart for Apache Kyuubi

Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on Data Warehouses and Lakehouses.

Introduction

This chart will bootstrap an Kyuubi deployment on a Kubernetes cluster using the Helm 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 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

Documentation

Configuration guide documentation for Kyuubi lives on the website. (Not just for Helm Chart)

Contributing

Want to help build Apache Kyuubi? Check out our contributing documentation.