Open radoye opened 5 years ago
@radoye Thanks for trying this out and providing feedback. I will put these items on the backlog, however the IoT Edge engineering team doesn't have many cycles to spend here.
We're happy to accept contributions from the community for these enhancements/fixes!
@veyalla is there any actual dev documentation for this or "code as documentation"? specifically, design decisions around modeling the hub as a node and not actual devices? Thanks!
It is the latter :)
The main reason model for modeling IoT Hub as a node is that IoT Hub is designed to host hundreds of thousands of actual devices. Exposing each device as a virtual node at this scale is not one of Kubernetes' design goals.
After deleting the sample deployment my IoT devices are still running the tempsensor container. Moreover, the IoT Edge Deployment that was defined was not cleaned up in the IoT Hub, which would trigger any new device that satisfies the target condition to install the deployment.