TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    CloudFoundry

    Score10 out of 10
    N/ACloudFoundry is a free, open source cloud computing platform supported by the non-profit CloudFoundry. It is not tied to any particular cloud service, but can be self-hosted or run on any cloud service preferred.N/A

    DigitalOcean

    Score8.5 out of 10
    N/ADigitalOcean is an infrastructure-as-a-service (IaaS) platform from the company of the same name headquartered in New York. It is known for its support of managed Kubernetes clusters and “droplets” feature.

    $5

    Starting Price Per Month

    Pricing
    CloudFoundryDigitalOcean
    Editions & Modules
    No answers on this topic
    1GB-16GB
    $5.00
    Starting Price Per Month
    8GB-160GB
    $60.00
    Starting Price Per Month
    Offerings
    Pricing Offerings
    CloudFoundryDigitalOcean
    Free Trial
    NoNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    CloudFoundryDigitalOcean
    Considered Both Products
    CloudFoundry
    No answer on this topic
    DigitalOcean
    No answer on this topic
    Key User Insights
    Would buy again
    No answers on this topic
    100%
    Would buy again
    11 Answers
    Delivers good value for the price
    No answers on this topic
    100%
    Delivers good value for the price
    11 Answers
    Happy with the feature set
    No answers on this topic
    100%
    Happy with the feature set
    11 Answers
    Lived up to sales and marketing promises
    No answers on this topic
    100%
    Lived up to sales and marketing promises
    11 Answers
    Implementation went as expected
    No answers on this topic
    100%
    Implementation went as expected
    11 Answers
    Features
    CloudFoundryDigitalOcean
    Platform-as-a-Service
    Comparison of Platform-as-a-Service features of CloudFoundry and DigitalOcean
    Feature
    CloudFoundry
    9.8
    1 Ratings
    24% above category average
    DigitalOcean
    -
    Ratings
    Ease of building user interfaces10.01 Ratings00 Ratings
    Scalability9.01 Ratings00 Ratings
    Development environment creation10.01 Ratings00 Ratings
    Development environment replication10.01 Ratings00 Ratings
    Issue recovery10.01 Ratings00 Ratings
    Upgrades and platform fixes10.01 Ratings00 Ratings
    Infrastructure-as-a-Service (IaaS)
    Comparison of Infrastructure-as-a-Service (IaaS) features of CloudFoundry and DigitalOcean
    Feature
    CloudFoundry
    -
    Ratings
    DigitalOcean
    9.2
    36 Ratings
    11% above category average
    Service-level Agreement (SLA) uptime00 Ratings9.931 Ratings
    Dynamic scaling00 Ratings9.932 Ratings
    Elastic load balancing00 Ratings9.723 Ratings
    Pre-configured templates00 Ratings10.029 Ratings
    Monitoring tools00 Ratings9.035 Ratings
    Pre-defined machine images00 Ratings9.733 Ratings
    Operating system support00 Ratings9.033 Ratings
    Security controls00 Ratings8.632 Ratings
    Automation00 Ratings6.55 Ratings
    Best Alternatives
    CloudFoundryDigitalOcean
    Small Businesses
    IBM Cloud Foundry
    Score8.5 out of 10
    IBM Cloud Object Storage
    Score9 out of 10
    Medium-sized Companies
    IBM Cloud Private
    Score9.6 out of 10
    IBM Cloud Bare Metal Servers
    Score8.7 out of 10
    Enterprises
    AWS Elastic Beanstalk
    Score8.6 out of 10
    SAP on IBM Cloud
    Score9 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    CloudFoundryDigitalOcean
    Likelihood to Recommend
    10.0
    (1 ratings)
    8.9
    (36 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    9.0
    (2 ratings)
    Usability
    -
    (0 ratings)
    8.9
    (10 ratings)
    Availability
    -
    (0 ratings)
    10.0
    (1 ratings)
    Performance
    -
    (0 ratings)
    9.0
    (1 ratings)
    Support Rating
    -
    (0 ratings)
    8.8
    (9 ratings)
    Product Scalability
    -
    (0 ratings)
    10.0
    (1 ratings)
    User Testimonials
    CloudFoundryDigitalOcean
    Likelihood to Recommend
    CloudFoundry
    It's well suited if:
    • The organization has large number of applications that needs to be deployed frequently.
    • The organization is tied to the DevOps mindset.
    • The organization has programs in different languages.
    • The applications does not need EJB's support that servers like web logic provide.
    It's less suited if:
    • The applications needs security configuration within the same CloudFoundry instance.
    • The organization, for whatever reason does not want developers to manage the instances.
    Incentivized
    Read full review
    DigitalOcean
    DigitalOcean is perfect for hosting client websites, running marketing tools, and managing media storage with Spaces and CDN. The use of Droplets to quickly launch landing pages or WordPress sites for campaigns is a Godsend. It’s great for fast, cheap, and scalable solutions. But for complex microservices or projects needing strict compliance (like HIPAA), DigitalOcean may not always be the best fit, but that depends heavily on your project.
    Incentivized
    Read full review
    Pros
    CloudFoundry
    • Support for Orgs and Spaces that allow for managing users and deployables within a large organization.
    • Easy deployment, deploying code is as simple as executing single line from CLI, thanks to build-packs.
    • Solid and rich CLI, that allows for various operations on the instance.
    • Isolated Virtual Machines called Droplets, that provide clean run time environment for the code. This used to be a problem with Weblogic and other application servers, where multiple applications are run on the same cluster and they share resources.
    • SSH capability for the droplet (isolated VM's are called droplets), that allows for real time viewing of the App code while the application is running.
    • Support for multiple languages, thanks to build-packs.
    • Support for horizontal scaling, scaling an instance horizontally is a breeze.
    • Support for configuring environment variable using the service bindings.
    • Supports memory and disk space limit allocation for individual applications.
    • Supports API's as well as workers (processes without endpoints)
    • Supports blue-green deployment with minimal down time
    Incentivized
    Read full review
    DigitalOcean
    • DigitalOcean provides some of the best cost-to-value services available
    • The DigitalOcean cloud console is very intuitive and easy to navigate
    • DigitalOcean has great support for Docker and other dev ops tools like Terraform.
    • DigitalOcean iterates quickly and provides cutting edge features for organizations that want to keep up with the latest and greatest dev ops tooling
    • DigitalOcean has a great developer community and numerous support docs/tutorials
    Incentivized
    Read full review
    Cons
    CloudFoundry
    • Does not support stateful containers and that would be a nice to have.
    • Supports showing logs, but does not persist the logs anywhere. This makes relying on Cloud Foundry's logs very unreliable. The logs have to be persisted using other third party tools like Elk and Kibana.
    Incentivized
    Read full review
    DigitalOcean
    • Some products/services available on other Cloud providers aren't available, but they seem to be catching up as they add new products like Managed SQL DBs.
    • While they have FreeBSD droplets (VMs), support for *BSD OSs is limited. I.e. the new monitoring agent only works on Linux.
    • There are no regions available on South America.
    • They don't seem to offer enterprise-level products, even basic ones as Windows Server, MS SQL Server, Oracle products, etc.
    Incentivized
    Read full review
    Likelihood to Renew
    CloudFoundry
    No answers on this topic
    DigitalOcean
    I've been very happy with it for my purposes and I plan to continue to use DigitalOcean for the foreseeable future!
    Incentivized
    Read full review
    Usability
    CloudFoundry
    No answers on this topic
    DigitalOcean
    I honestly can't think of an easier way to set up and maintain your own server. Being able to set up a server in minutes and have fully control is awesome. The UX is incredibly intuitive for first-time users as well so there's no reason to be intimidated when it comes to giving DigitalOcean a shot.
    Incentivized
    Read full review
    Reliability and Availability
    CloudFoundry
    No answers on this topic
    DigitalOcean
    Have not found a single second of down time myself. Superior availability.
    Incentivized
    Read full review
    Performance
    CloudFoundry
    No answers on this topic
    DigitalOcean
    Very quick response and high performance, you have to fine tune configurations on your machines though.
    Incentivized
    Read full review
    Support Rating
    CloudFoundry
    No answers on this topic
    DigitalOcean
    They have always been fast, and the process has been straight-forward. I haven't had to use it enough to be frustrated with it, to be honest, and when I have an issue they fix it. As with all support, I wish it felt more human, but they are doing aces.
    Incentivized
    Read full review
    Alternatives Considered
    CloudFoundry
    While Docker shines in providing support for volumes and stateful instances, Cloud foundry shines in providing support for deploying stateless services. Heroku shines in integrating with Git and using commits to git as hooks to trigger deployments right from the command line. But it does not provide on-premise solution that Cloud foundry provides.
    Incentivized
    Read full review
    DigitalOcean
    DigitalOcean is an inexpensive product as compared to other products available in the market. The UI is easy and the beginner can also understand the UI with the step by step guide. It provides a lot of custom features and the user needs to pay only for what they are using. Amazon has a complex UI and is on the expensive side. DigitalOcean is simple to use and is easily manageable and the servers can easily be set up without additional cost and such.
    Incentivized
    Read full review
    Scalability
    CloudFoundry
    No answers on this topic
    DigitalOcean
    Great scalability, you can start with small plans and move up to premium features at a very good price.
    Incentivized
    Read full review
    Return on Investment
    CloudFoundry
    • Positive impact, since it simplifies the deployment time by a huge margin. Without cloud foundry, deploying a code needs coordination with infrastructure teams, while with cloud foundry, its a simple one line command. This reduces the deployment time from at least few hours to few minutes. Faster deployments promote faster dev cycle iterations.
    • Code maintenance such as upgrading a Node or Java version is as simple as updating the build-pack. Without cloud foundry, using web logic, the specific version only supports a specific version of Java. So updating the version involves upgrading the version of web logic that needs to involve few teams. So without cloud foundry, it takes at least few days, with cloud foundry, its a matter of few mins.
    • Overall, happier Developers and thats harder to quantify.
    Incentivized
    Read full review
    DigitalOcean
    • Positive - Elastic computer instances make it possible to pay for only for what you need.
    • Positive - Competitive pricing - some of the products that DigitalOcean offers are much cheaper than those offered by competitors.
    • Negative - Having to go to other cloud computing platforms for more specific, advanced services like Computer Vision optimized services, GPU cloud compute instances, etc...
    Incentivized
    Read full review
    ScreenShots