The Redpanda Helm chart deploys a Redpanda cluster in Kubernetes, and provides the following features:
- Schema registry (enabled by default)
- REST (aka PandaProxy, enabled by default)
- TLS
- SASL
- External access
- Helm version 3.6.0 or later
- Kubernetes version 1.21.0 or later
- Cert-manager 1.9.0 or later (required for TLS support only)
To get started, see the Redpanda documentation.
For examples of using the Helm chart, see the examples/
directory. Each example focuses on a specific feature.
The Redpanda Helm chart is configured in the values.yaml
file. To customize your deployment, you can override the default values in your own YAML file with the --values
option or in the command line with the --set option. For example, you can do the following:
-
Specify which Kubernetes components to deploy.
-
Configure the deployed Kubernetes components.
To learn how to override the default values in the values.yaml
file, see the Helm documentation.
All configuration options for the Redpanda Helm chart are documented in the values.yaml
file.
If you have improvements that can be made to this Helm chart, please consider becoming a contributor. To contribute to the Helm chart, see our contribution guidelines.