2020 IEEE International Conference on Cloud Computing Technology and Science (CloudCom) 2020
DOI: 10.1109/cloudcom49646.2020.00005
|View full text |Cite
|
Sign up to set email alerts
|

Stateful Container Migration in Geo-Distributed Environments

Abstract: Container migration is an essential functionality in large-scale geo-distributed platforms such as fog computing infrastructures. Contrary to migration within a single data center, long-distance migration requires that the container's disk state should be migrated together with the container itself. However, this state may be arbitrarily large, so its transfer may create long periods of unavailability for the container. We propose to exploit the layered structure provided by the OverlayFS file system to transp… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
10
0
3

Year Published

2021
2021
2024
2024

Publication Types

Select...
4
3

Relationship

0
7

Authors

Journals

citations
Cited by 21 publications
(13 citation statements)
references
References 21 publications
0
10
0
3
Order By: Relevance
“…Nevertheless, the transfer of the whole container file system results in a high network overload. In order to optimize and reduce the size of the container file system that is transferred from the source to the destination node, a number of works [54,55] take advantage of the layered structure of Docker. Docker storage is formed of several layers: base image layers are read-only while upper layer is read-write.…”
Section: Storage Migrationmentioning
confidence: 99%
See 1 more Smart Citation
“…Nevertheless, the transfer of the whole container file system results in a high network overload. In order to optimize and reduce the size of the container file system that is transferred from the source to the destination node, a number of works [54,55] take advantage of the layered structure of Docker. Docker storage is formed of several layers: base image layers are read-only while upper layer is read-write.…”
Section: Storage Migrationmentioning
confidence: 99%
“…Thus, read‐only layers can be fetched before the migration from a Docker repository (e.g., public cloud repository such as Docker Hub § or self‐hosted image hubs) while the thin top writable layer is transferred from the source to the destination node. Following, Junior et al 63 go one step further and also checkpoint the current state of the read‐write container layer, which further reduces the container's migration downtime.…”
Section: Classification Of Container Migrationmentioning
confidence: 99%
“…To our best knowledge, at the time of writing this paper, there were only two works that integrated stateful service migration into K8s. In the first work [12], the authors only focused on the storage state. They proposed to use the OverlayFS file system to snapshot the persistent volume to retain the state of the data inside it.…”
Section: B Current Container Stateful Migration Techniquesmentioning
confidence: 99%
“…Apart from the default K8s solution, there are only two research that integrated the stateful migration feature into K8s. The first work [12] only snapshots and transfer the volume that stores the service data. To retain the inmemory state, the application might need to be redesigned to store this in-memory state on this volume.…”
Section: Introductionmentioning
confidence: 99%
“…To support a stateful container migration in a geometrically distributed fog computing environment, another work [28] used an open-source file system (OverlayFS [27]) and took snapshots of containers to reduce network transfer time when migrating.…”
Section: Related Workmentioning
confidence: 99%