π€ AI Summary
Kubernetes exhibits limited applicability in edge environments for autonomous mobile robots (AMRs) due to its reliance on stable network connectivity and homogeneous computing resources. Method: This paper proposes CODECO, a lightweight edge orchestration framework that replaces the centralized control plane with a decentralized communication architecture and resource-aware scheduling. Contribution/Results: Evaluated via KinD-based simulation, CODECO reduces average CPU utilization by 32% and transmission jitter by 41% compared to Kubernetes. Although it incurs a modest 12% memory overhead and increases deployment latency by 13%, it demonstrates superior robustness and deployability under resource constraints and high mobilityβkey characteristics of industrial AMR scenarios. CODECO thus establishes a novel paradigm for microservice orchestration tailored to heterogeneous, dynamic edge environments.
π Abstract
Autonomous Mobile Robots (AMRs) increasingly adopt containerized micro-services across the Edge-Cloud continuum. While Kubernetes is the de-facto orchestrator for such systems, its assumptions of stable networks, homogeneous resources, and ample compute capacity do not fully hold in mobile, resource-constrained robotic environments. This paper describes a case study on smart-manufacturing AMRs and performs an initial comparison between CODECO orchestration and standard Kubernetes using a controlled KinD environment. Metrics include pod deployment and deletion times, CPU and memory usage, and inter-pod data rates. The observed results indicate that CODECO offers reduced CPU consumption and more stable communication patterns, at the cost of modest memory overhead (10-15%) and slightly increased pod lifecycle latency due to secure overlay initialization.