How to connect Kura gateway to Hono?
See original GitHub issueHello there,
I am trying to connect my Kura gateway installed on Raspberry Pi 2 B+ to Hono. However, I could not do that. Is there any detailed documentation on how that is done? That would be very helpful.
For instance, I tried to have minikube
and kubectl
installed on the same Raspberry Pi, but unfortunately, every time I start them, I get the below errors:
$ minikube start
bash: /usr/local/bin/minikube: cannot execute binary file: Exec format error
$ kubectl version
Illegal instruction
I see in this documentation that it is possible to connect Kura to Hono via MQTT broker directly.
So, is it possible to have Hono on Raspberry Pi at the moment? Otherwise, what is the best way to have them (i.e., Kura and Hono) connected together? I am using Raspbian Jessie 2015-11-21 as the OS for the Raspberry Pi to have Kura running on top of it following this Eclipse IoT tutorial.
Basically, I have Hono installed and running on my local machine via Minikube (Kubernetes) as well as Minishift (OpenShift) and I want to connect them to Kura (running on Raspberry Pi) to form a cluster.
I have searched for this information but nowhere mentions Kura and Hono altogether in details. Thank you in advance and appreciate if you help me.
I look forward to hearing from you, Mohab
Issue Analytics
- State:
- Created 5 years ago
- Comments:42 (20 by maintainers)
Top GitHub Comments
Thanks for the reply I solved re-deployng Hono
@andrew-kratik Your question does not seem to be related to this issue (apart from the title), is it? Also, this issue is already resolved and closed. Could you therefore please create a new issue for your question or use one of the other options outlined on the Hono website?