Install Apache Pulsar using Helm
Install Apache Pulsar on Kubernetes with the official Pulsar Helm chart.
#
RequirementsTo 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 setupBefore deploying Pulsar, you need to prepare your environment.
#
ToolsInstall helm
and kubectl
on your computer.
#
Cloud cluster preparationnote
Kubernetes 1.14 or higher is required.
To create and connect to the Kubernetes cluster, follow the instructions:
#
Pulsar deploymentOnce the environment is set up and configuration is generated, you can now proceed to the deployment of Pulsar.
#
Pulsar upgradeTo upgrade an existing Kubernetes installation, follow the upgrade documentation.