PreviousNext

Simulating hundreds of IoT devices with Kubernetes

by bill-s, 2018-06-03T19:31:51.845Z

We often need to simulate devices — sensors and vehicles — to test our IoT systems, see how well they manage load, how they deal with errors, etc. Each simulated device pretends to be an independent entity with it’s own settings i.e. battery level, upload frequency, service outages, persistent memory, etc. Managing this at scale can be very challenging.

Read More