GKE image streaming for fast application startup and autoscaling
cloud.google.com
GKE image streaming for fast application startup and autoscaling
1–6 of 6 posts
Re: GKE image streaming for fast application startup and autoscaling
#2...
> caching
There was a time when Google did more engineering than marketing.
Re: GKE image streaming for fast application startup and autoscaling
#3Re: GKE image streaming for fast application startup and autoscaling
#4Re: GKE image streaming for fast application startup and autoscaling
#5The way backups traditionally work .... is that the entire backup must be restored onto the system before the app can start using the data.
But data protection vendors improved on that many years ago (example: Veeam Instant Recovery - https://www.veeam.com/instant-vm-recovery.html), so Google's image streaming is hardly revolutionary. Reads of blocks not yet available go to the repo and as blocks get downloaded new reads directed to local FS. Just like with modern Data Protection software.
Some of you may recall that French startup that did this close to a decade ago (based on a modified Bittorrent client). They got acquired by somebody (Docker?).
Re: GKE image streaming for fast application startup and autoscaling
#6> revolutionary ... > caching There was a time when Google did more engineering than marketing.
It's not a new idea, I remember at least one project from a few years ago, which used a modified Docker engine to download accessed files on-the-fly, but this is the first time a cloud provider offers it.