Edge AI and DevOps: Orchestrating Intelligent Microservices at Scale
Abstract
Deploying artificial intelligence at the network edge promises low latency, reduced bandwidth, and data locality, but it breaks the assumptions that conventional DevOps and MLOps pipelines were built on: stable high-bandwidth links and homogeneous, always-connected hardware. This paper presents an orchestration approach for running intelligent microservices across a fleet of distributed edge sites at scale. We combine three ideas. First, a cloud control plane drives a lightweight edge orchestrator (e.g., KubeEdge or K3s) through GitOps desired-state reconciliation, so thousands of intermittently connected nodes converge to a declared configuration. Second, AI workloads are decomposed into containerized microservice pipelines (ingest → inference → post-process) and the inference model is optionally split across edge and cloud, with an optimal split point chosen to minimize end-to-end latency and edge energy. Third, model and code updates roll out progressively (canary) across the fleet with automated anomaly-gated rollback. We formalize the split-point and placement decisions, give the latency model, and report illustrative results, consistent with the literature, showing that collaborative split inference can beat both cloud-only and edge-only modes on latency while bounding edge energy. Public sources are cited throughout.
References
Kubernetes Project, “Kubernetes: Production-Grade Container Orchestration,” kubernetes.io, 2024.
KubeEdge / CNCF, “KubeEdge: Kubernetes Native Edge Computing Framework,” project documentation, 2025.
Y. Kang et al., “Neurosurgeon: Collaborative Intelligence Between the Cloud and Mobile Edge,” ASPLOS, 2017.
E. Li, L. Zeng, Z. Zhou, and X. Chen, “Edge AI: On-Demand Accelerating Deep Neural Network Inference via Edge Computing,” IEEE Trans. Wireless Commun., 2020.
A. Parthasarathy and B. Krishnamachari, “Partitioning and Placement of Deep Neural Networks on Distributed Edge Devices to Maximize Inference Throughput,” 2022.
Edge AI and Vision Alliance, “Why Edge AI Struggles Towards Production: The Deployment Problem,” 2025.
WWT, “Edge AI Kubernetes: An Enterprise Blueprint,” 2026.
R. Singh and S. S. Gill, “Edge AI: A Survey,” Internet of Things and Cyber-Physical Systems, 2023.
K. B. Letaief et al., “Edge Artificial Intelligence for 6G: Vision, Enabling Technologies, and Applications,” IEEE JSAC, 2021.
Refbacks
- There are currently no refbacks.