cancel
Showing results for 
Search instead for 
Did you mean: 

MQTT Broker in Kyma

Kevin_Hunter
Product and Topic Expert
Product and Topic Expert
0 Kudos
740

Hi Kyma experts,

Im playing around with a concept and want to install an MQTT broker into Kyma, I followed this page Here and the POD is up and running. However i cannot connect an MQTT client to it.

I assume that it because the port isnt exposed to the outside world.

Im a complete beginner at Kyma, does anyone have any advice how to do this or where to research for the answer?

Thanks

Kevin

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member820086
Discoverer
0 Kudos

Hello,

I am facing the same Problem. Is there any solution?

Br,

Josef

Kevin_Hunter
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Josef,

No I didnt resolve it with KYMA but I did resolve it with BTP. My main objective was to have an MQTT broker in the cloud so BTP would also achieve that. I followed this blog Deploy MQTT and it works well.

This method may actually work with KYMA as well but unfortunately I dont have the time at the moment to investigate further.

Thanks

Kevin

Jay2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi kevin.hunter3,

Were you able to resolve this issue? Please share your findings.

Kr,

Jay

Kevin_Hunter
Product and Topic Expert
Product and Topic Expert
0 Kudos

Sure,

I used the yaml files in the linked webpage and it deployed mosquetto into Kyma and created a service.

I then manually added the api rule and tried connecting to it using an MQTT client on my local laptop.

The problem is that the API rule assumes that this is an API eg REST and is using HTTPS, the MQTT connection is not HTTPS (I will try configuring it for HTTPS) nor is it a rest call.

Thanks

Kevin