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.

How to Jump from Cloud to Cloud

9 pointsby webosdudealmost 10 years ago

5 comments

brianwawokalmost 10 years ago
Container is one approach, but it is hardly the only approach.<p>If your entire setup is take a base linux VM - run some ansible magic on it - and start serving webpages.. you don&#x27;t care what cloud you run on (or local hardware). It is when you start building out a bunch of logic around SNS and an Amazon specific tech that you have problem. Container is not does not &quot;fix&quot; this problem.
评论 #10133078 未加载
nivertechalmost 10 years ago
Containers are completely orthogonal to the cloud vendor lock-in issue. You still can consume proprietary services and APIs from containers just like you may use them from VMs.<p>All containers give you, is a portable omnibus image format. Container Orchestration software like Mesos&#x2F;Marathon or Kubernetes gives you ability to deploy and schedule containers.<p>For those who want to be truly multi-cloud, they need to exercise high level of self-discipline, periodically doing code and devops scripts reviews and audits and check their system on different clouds or on-prem.<p>I.e. in short they shouldn&#x27;t take any shortcuts, but IMO for startups taking shortcuts is preferred way.
the_watcheralmost 10 years ago
Interesting. The devops lead at a previous employer migrated us from AWS to SoftLayer and wrote a post about it that I believe popped up here a few months back.
sargunalmost 10 years ago
I&#x27;m really surprised Mesos and YARN weren&#x27;t talked about in the article as they&#x27;ve actually been used to build multi-cloud environments.
cdnstevealmost 10 years ago
Loved the Hotel California quote :)