Install Apache Pulsar using Helm
Install Apache Pulsar on Kubernetes with the official Pulsar Helm chart.
Requirements
To deploy Apache Pulsar on Kubernetes, the followings are required.
- kubectl 1.14 or higher, compatible with your cluster (+/- 1 minor release from your cluster)
- Helm v3 (3.0.2 or higher)
- A Kubernetes cluster, version 1.14 or higher
Environment setup
Before deploying Pulsar, you need to prepare your environment.
Tools
Install helm
and kubectl
on your computer.