A Helm chart repository for all HiveMQ Helm charts.
HiveMQ is a world-class, enterprise-ready MQTT platform that provides fast, efficient, and reliable movement of data to and from connected IoT devices. For more information, visit HiveMQ.
helm repo add hivemq https://hivemq.github.io/helm-charts
In case the repository is already configured, upgrade to the latest version.
helm repo update hivemq
This will install the Hivemq Platform Operator for Kubernetes with support for HiveMQ versions 4.19 and above.
helm upgrade --install hivemq-platform-operator hivemq/hivemq-platform-operator
For more information on configuring a HiveMQ Platform Operator and advanced usage, visit the HiveMQ Platform Operator documentation.
This will install the Hivemq Platform with support for HiveMQ version 4.19 and above. This Helm chart requires the installation of the HiveMQ Platform Operator.
helm upgrade --install hivemq-platform hivemq/hivemq-platform
For more information on configuring a HiveMQ Platform and advanced usage, visit the HiveMQ Platform Operator documentation.
This will install the HiveMQ Operator (legacy) and an example of a HiveMQ cluster with support for HiveMQ LTS version 4.9 and above.
helm upgrade --install hivemq hivemq/hivemq-operator
For more information on configuring a cluster and advanced usage, visit the HiveMQ Operator documentation.
This will install HiveMQ Swarm with one commander and three agents by default.
helm upgrade --install swarm hivemq/hivemq-swarm
For more information on configuring HiveMQ Swarm and advanced usage, visit the HiveMQ Swarm documentation.