user2520969
user2520969

Reputation: 1389

Why choose Spring Cloud instead of a ready to use Paas (such as Cloud Foundry)?

I am making some arguments regarding the choice to adopt the Spring Cloud ecosystem with respect to choosing one of the most famous PaaS, ready to use, such as Cloud Foundry or Openshift.

My question is, why should I implement my cloud again, from scratch, and not use a ready to use solution?

Thanks for clarifications.

Upvotes: 1

Views: 134

Answers (1)

Jeff
Jeff

Reputation: 1955

If you place more responsibility at the platform it will be more expensive.

That aside, Spring Cloud would make the application more portable, allowing to easily switch your cloud provider.

Upvotes: 1

Related Questions