TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Sky Above the Clouds: A Berkeley View on the Future of Cloud Computing

8 pointsby incompleteabout 3 years ago

1 comment

yourapostasyabout 3 years ago
The tl;dr I got out of the paper is they are calling for the creation of an intercloud broker layer that mediates between cloud vendors, and call it Sky Computing. I didn&#x27;t see any extended discussion of how to work around egress charges designed to lock in customers, other than just implementing sharding with more steps: chunk of workload Foo is brokered to AWS, chunk of same type of workload but different data is brokered to GCP, and so on.<p>Another alternative is to deliberately design asymmetric data movement wherever possible: inbound into cloud vendors is nearly as-needed, outbound is miniscule and to something like Cloudflare R2. Or even minimize data movement at all. Those are unnatural contortions that are easily countered by different pricing policies by the cloud vendors though, which can lead to painful re-architecting and re-implementation.