eclipse-sdv-blueprints / software-orchestration

Apache License 2.0
3 stars 4 forks source link

Cloud Usage #5

Open odra opened 4 months ago

odra commented 4 months ago

Does the blueprint require cloud integration? If so, what kind? Could we make it generic enough to multiple cloud providers can be used?

k-gostev commented 4 months ago

In second phase Eclipse Kanto is introduced. Kanto provides an unified method of communication between a cloud backend and a device, using Eclipse Hono commands in combination with Eclipse Ditto messages. The concept is described here. In a very similar way it is done with the AWS IoT Core (concept can be found here) and Azure IoT Hub (concept guide is on its way) as well.

I am curious to see how the other orchestrators solved the cloud connectivity issue and if there are similarities with this approach.