mqtt-vernemq

Failing to establish mqtt connection to VerneMQ cluster in k8s behind Istio proxy

允我心安 提交于 2020-12-06 03:58:25
问题 I'm setting up k8s on-prem k8s cluster. For tests I use single-node cluster on vm set up with kubeadm. My requirements include running MQTT cluster (vernemq) in k8s with external access via Ingress (istio). Without deploying ingress, I can connect (mosquitto_sub) via NodePort or LoadBalancer service. Istio was installed using istioctl install --set profile=demo The problem I am trying to access VerneMQ broker from outside the cluster. Ingress (Istio Gateway) – seems like perfect solution in