Table of Contents
Fetching ...

Pico-Cloud: Cloud Infrastructure for Tiny Edge Devices

Mordechai Guri

TL;DR

The paper addresses how to deliver cloud-native capabilities on ultra-low-power edge devices to operate locally with low latency and autonomy. It proposes Pico-Cloud, a minimal micro-edge cloud built from inexpensive SBCs that provides container-based virtualization, lightweight orchestration, and service discovery directly at the device layer. It details hardware choices, software stack, storage and security design, and deployment models, and discusses expected performance, limitations, and trade-offs. The findings show Pico-Cloud can support edge AI, rural services, education, and disaster recovery in off-grid or connectivity-constrained environments, offering a cost-effective, sustainable, and privacy-preserving alternative to centralized clouds. In sum, Pico-Cloud complements traditional cloud architectures by enabling localized, portable cloud infrastructure for lightweight workloads.

Abstract

This paper introduces the Pico-Cloud, a micro-edge cloud architecture built on ultra-minimal hardware platforms such as the Raspberry Pi Zero and comparable single-board computers. The Pico-Cloud delivers container-based virtualization, service discovery, and lightweight orchestration directly at the device layer, enabling local operation with low latency and low power consumption without reliance on centralized data centers. We present its architectural model, outline representative use cases including rural connectivity, educational clusters, and edge AI inference, and analyze design challenges in computation, networking, storage, and power management. The results highlight Pico-Clouds as a cost-effective, decentralized, and sustainable platform for lightweight distributed workloads at the network edge.

Pico-Cloud: Cloud Infrastructure for Tiny Edge Devices

TL;DR

The paper addresses how to deliver cloud-native capabilities on ultra-low-power edge devices to operate locally with low latency and autonomy. It proposes Pico-Cloud, a minimal micro-edge cloud built from inexpensive SBCs that provides container-based virtualization, lightweight orchestration, and service discovery directly at the device layer. It details hardware choices, software stack, storage and security design, and deployment models, and discusses expected performance, limitations, and trade-offs. The findings show Pico-Cloud can support edge AI, rural services, education, and disaster recovery in off-grid or connectivity-constrained environments, offering a cost-effective, sustainable, and privacy-preserving alternative to centralized clouds. In sum, Pico-Cloud complements traditional cloud architectures by enabling localized, portable cloud infrastructure for lightweight workloads.

Abstract

This paper introduces the Pico-Cloud, a micro-edge cloud architecture built on ultra-minimal hardware platforms such as the Raspberry Pi Zero and comparable single-board computers. The Pico-Cloud delivers container-based virtualization, service discovery, and lightweight orchestration directly at the device layer, enabling local operation with low latency and low power consumption without reliance on centralized data centers. We present its architectural model, outline representative use cases including rural connectivity, educational clusters, and edge AI inference, and analyze design challenges in computation, networking, storage, and power management. The results highlight Pico-Clouds as a cost-effective, decentralized, and sustainable platform for lightweight distributed workloads at the network edge.

Paper Structure

This paper contains 22 sections, 3 equations, 3 figures, 3 tables.

Figures (3)

  • Figure 1: Representative ultra-compact single-board computers (SBCs) for Pico-Cloud deployments: Raspberry Pi Zero 2 W (top-left), Raspberry Pi Zero (top-center), Radxa Zero (top-right), Orange Pi Zero 2 (bottom-left), and Banana Pi M2 Zero (bottom-right).
  • Figure 2: ClusterHAT hosting four Raspberry Pi Zero boards with consolidated USB power and networking for compact Pico-Cloud deployments.
  • Figure 3: Defense-in-depth for Pico-Clouds, layered from physical controls to orchestration and access. Arrows indicate increasing assurance with stacked protections.