September 30, 2019

203 words 1 min read

Three Approaches to Speed up Image Distribution in Cloud Native Era

Three Approaches to Speed up Image Distribution in Cloud Native Era

Have you ever bothered image distribution issues as cluster scale grows? In this talk, we will share practise and lessons learned from improving image distribution efficiency at web-scale in Alibaba. …

Talk Title Three Approaches to Speed up Image Distribution in Cloud Native Era
Speakers Jiang Yong (Senior Software Engineer, Alibaba)
Conference KubeCon + CloudNativeCon
Conf Tag
Location Shanghai, China
Date Jun 23-26, 2019
URL Talk Page
Slides Talk Slides
Video

Have you ever bothered image distribution issues as cluster scale grows? In this talk, we will share practise and lessons learned from improving image distribution efficiency at web-scale in Alibaba. According to different scenarios, we take advantage of different methods for image distribution. P2P-based distribution of CNCF/Dragonfly is the most straightforward way to ease registry’s bandwidth and decrease distribution time. In addition, remote filesystem snapshotter in CNCF/containerd directly stores image remotely and makes container engine read image content via network, which hardly takes time for distribution. You will find that the second way relies on network stability most, then how about dynamically loading image from remote to local storage according to image content R/W request as a tradeoff? At last we will conclude how to choose your fittable way for image distribution.

comments powered by Disqus