I. Introduction
Edge computing leverages various clusters deployed at the edge of the network [1], thereby significantly enhancing the capabilities of the core network to support data-intensive and delay-sensitive applications [2], [3]. To enable efficient service deployment at the edge, container technology has emerged as a solution for hosting services [4], [5], [6], [7]. A container-based service bundles all essential components into its container image, which comprises layers representing changes to the file system, including additions, deletions, and modifications [8]. Upon receiving a user request, it is scheduled to the edge cluster, where the container is placed, and the necessary resources are provisioned to run the container. If the edge cluster lacks the locally stored layers of the container image, they must be downloaded from a remote cloud-based registry [9], [10]. Hence, to deliver services to users through containers, container orchestration is essential, involving the following three main steps: 1) Scheduling user requests, 2) Placing containers in edge clusters, and 3) Provisioning resources in edge clusters.