From Edge to Mainstream Scaling to 100K+ IoT Devices

December 8, 2025 · 657 words · 4 min

Developers are builders at heart. Many have also ventured into the IoT — an evolving space ruled by

Developers are builders at heart. Many have also ventured into the IoT — an evolving space ruled by microcontrollers, sensors, and various other software-driven microelectronics. Accordingly, the Raspberry Pi has become a favorite “command center” for developers running simple applications. We’ll discuss how these applications have steadily grown more dynamic, and how containerized deployments have solved multi-industry complexities. You’ll also learn what exciting possibilities await for Pi-driven IoT projects.     These Pi devices can support powerful data-driven workloads — like , or . And while running tasks on a few devices is manageable, complexity does grow with scale. This challenge was once pretty mighty across numerous devices. Marc Pous recently showcased . He also demonstrated that the Raspberry Pi can readily replicate and distribute containers. Consequently, it’s possible — with a little help from your desktop — to pull an image and push containerized services to your IoT fleet. Luckily, you can also — though current shortages might make it tricky. Nonetheless, the financial barrier to entry is low, and developers like Marc have now unraveled the technical mystery. Technology that was once complicated has become much more accessible to developers.                         Marc’s example leveraged the (install it yourself ) — a free and open-source project that transforms IoT devices into security cameras. Typically, each Kerberos Agent requires its own separate host. Marc’s streamlined deployment method, alternatively, leveraged multiple Docker containers linked to a single Docker host. Kerberos outlines this process . You can use to efficiently manage these containers. Installing Desktop equips your machine with core dependencies and enables Docker CLI commands. By entering , Marc pulled the from and quickly spun up his container. Docker Desktop 4.9 powerful new Container interface enhancements. Be sure to check it out! From there, he described how to harmoniously use , , and more to scale your IoT deployment. You can do this from any machine. This solution also works with numerous device types, brands, and deployments. While that use case is interesting, how does it fit into the bigger picture? IoT applications span countless industries. Manufacturing, agriculture, energy, logistics, healthcare, urban planning, and transportation (among others) rely on IoT devices daily. Each device can generate significant amounts of real-time data. Developers can help companies capture it and uncover insights or form new strategies. Meanwhile, hobbyists can continue to explore exciting new use cases without needing elaborate setups or resources. Users have purchased since launch. Just imagine if even a fraction of those users focused on IoT development. We could see countless, horizontally-scalable solutions emerge. may exist by the end of 2022. Additionally, some expect IoT adoption to . If you’re a developer in this space, you have to feel really good about the possibilities — especially as chipset supplies recover. The capacity needed to scale is, and will be, there. Developers from the world’s largest organizations have already embraced Raspberry Pi computing. Back in 2019, Oracle unveiled the world’s largest Pi supercomputer, . NASA’s Jet Propulsion Laboratory (JPL) has also used these boards during Mars missions. If developers entrust this hardware with such critical workloads, then we’ll likely see expanded usage across varied, large-scale deployments. Massive vendors like AWS have also embraced containerized IoT. In December 2019, added support for Docker container images. This lets you use Docker to scale to edge devices. AWS still actively maintains Greengrass ( ), and has documented . Overall, IoT uptake is rising quickly. Containers give developers a platform-agnostic way to expand IoT deployments, minus the obstacles from previous years. Marc’s earlier example proved something important: that IoT development and positive developer experiences can go hand-in-hand. The right tools and workflows are crucial for helping you manage IoT complexity at scale. You can then focus on innovating, instead of grappling with every piece of your deployment. Want to dig deeper? Discover , or learn about .