arXiv論文メモ
新着一覧
cs.DC · 査読状況未確認

エッジ環境でマイクロサービスの実行先と画像キャッシュを共同最適化

Dependency- and Layer-Aware Microservice Workflow Offloading and Service Image Caching for Edge Environments

Zhongxiao Wang and Yueshen Xu and Qingshan Li and Xinkui Zhao and Wei Shao and Shuiguang Deng and Rui Li

この論文をやさしく読む

ひとことで言うと

エッジ計算で、マイクロサービスをどこで実行し、どのイメージ層をキャッシュするかを一緒に決める方法。

何に役立つ?

依存関係のあるサービスをエッジへ配置するとき、仕事の完了時間とキャッシュ利用を改善する設計に役立つ可能性がある。

この研究の面白いところ

サービス同士の依存に加え、イメージ間で共有される層も考慮して二つの決定を共同で最適化している。

どこまで分かった?

22.38%は要旨に記された比較手法に対する平均完了時間の改善で、あらゆるエッジ環境での改善を保証するものではない。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

マイクロサービス構成は多くの計算環境で使われ、エッジ計算でも多様な要求や仕事の処理に広く利用されている。実際のマイクロサービスは、サービス間の依存関係に基づくワークフローを作って仕事を実行することが多く、資源の活用と実行の高速化に向けて処理の移送を検討する余地がある。しかし既存研究ではこの問題が十分に扱われず、マイクロサービスのイメージキャッシュなどの有用な資源も見過ごされている。本研究は、エッジ環境でワークフローの実行先への移送とサービスイメージのキャッシュを共同最適化する問題を検討する。解の候補空間が複雑であること、共有されるイメージ層の入り組んだ関係、ワークフロー内の仕事同士の長距離の依存関係、実際のサービスイメージのデータ集がないことが課題となる。これに対し、依存関係とイメージ層を考慮した、ワークフロー移送とイメージキャッシュの枠組みを提案する。実際のマイクロサービスのイメージ層データを収集し、このデータと実験コードを GitHub で公開した。広範な実験では、比較手法より平均の仕事完了時間が22.38%短くなり、イメージのキャッシュ命中率も大きく向上したと報告する。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-24(UTC)
最新改訂
2026-09-24 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

The microservice architecture has been applied broadly in many mainstream computing environments. As one of the most prevalent environments, edge computing also widely employs microservices to handle diverse requests and tasks. In practical scenarios, microservices usually constitute workflows that are built based on service dependencies to execute tasks. This offers an opportunity to explore the offloading technology to better harness resources and accelerate task execution. Unfortunately, this problem has not been paid attention to by existing research, and thus some valuable resources (e.g., microservice image cache) remain obscure. To fill this gap, we innovatively study the problem of joint optimization for microservice workflow offloading and service image caching in edge. This problem is challenging due to several issues such as the complexity of its solution space, intricate relationships among shared image layers, long-range dependencies between workflow tasks, and the absence of a real-world collection of service images. To address these issues, this paper proposes an innovative dependency- and layer-aware workflow offloading and image caching framework for microservices. We collected a real-world collection of microservice image layer data and published both this collection and experimental codes on GitHub. Extensive results demonstrate that our framework achieves superior performances, for example, a 22. 38\% reduction in average task completion time compared to baselines and significantly-increased image hit rates.

著者のコメント

This manuscript was submitted to IEEE Transactions on Parallel and Distributed Systems on November 5, 2025

arXiv ID: 2609.28943 / 要約の誤りについて