HiveMQ Helm Repository
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
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 cluster 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.
For more information on configuring a HiveMQ Platform and advanced usage, visit the HiveMQ Platform Operator documentation
helm upgrade --install hivemq-platform hivemq/hivemq-platform
This will install the (legacy) HiveMQ Operator 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 HiveMQ Swarm documentation.