CloudFoundry vs. Proxmox VE

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
CloudFoundry
Score 10.0 out of 10
N/A
CloudFoundry 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
Proxmox VE
Score 9.0 out of 10
N/A
Proxmox Virtual Environment is an open source server virtualization management solution based on QEMU/KVM and LXC. Users can manage virtual machines, containers, highly available clusters, storage and networks via a web interface or CLI. Proxmox VE code is licensed under the GNU Affero General Public License, version 3. The project is developed and maintained by Proxmox Server Solutions GmbH.
$90
year & CPU socket
Pricing
CloudFoundryProxmox VE
Editions & Modules
No answers on this topic
Community
€ 90
year & CPU socket
Basic
€ 280
year & CPU socket
Standard
€ 420
year & CPU socket
Premium
€ 840
year & CPU socket
Offerings
Pricing Offerings
CloudFoundryProxmox VE
Free Trial
NoNo
Free/Freemium Version
YesYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional DetailsProxmox Virtual Environment's source code is published under the free software license GNU AGPL, v3 and thus is freely available for download, use and share. A Proxmox VE Subscription is an additional service program that helps IT professionals and businesses keep Proxmox VE deployments up-to-date. A subscription provides access to the stable Proxmox VE Enterprise Repository delivering software updates and security enhancements, technical help and support.
More Pricing Information
Community Pulse
CloudFoundryProxmox VE
Features
CloudFoundryProxmox VE
Platform-as-a-Service
Comparison of Platform-as-a-Service features of Product A and Product B
CloudFoundry
9.8
Ratings
20% above category average
Proxmox VE
-
Ratings
Ease of building user interfaces10.00 Ratings00 Ratings
Scalability9.00 Ratings00 Ratings
Development environment creation10.00 Ratings00 Ratings
Development environment replication10.00 Ratings00 Ratings
Issue recovery10.00 Ratings00 Ratings
Upgrades and platform fixes10.00 Ratings00 Ratings
Server Virtualization
Comparison of Server Virtualization features of Product A and Product B
CloudFoundry
-
Ratings
Proxmox VE
7.2
Ratings
12% below category average
Virtual machine automated provisioning00 Ratings7.00 Ratings
Management console00 Ratings7.00 Ratings
Live virtual machine backup00 Ratings8.00 Ratings
Live virtual machine migration00 Ratings6.00 Ratings
Hypervisor-level security00 Ratings8.00 Ratings
Best Alternatives
CloudFoundryProxmox VE
Small Businesses
AWS Lambda
AWS Lambda
Score 8.7 out of 10
DigitalOcean Droplets
DigitalOcean Droplets
Score 8.7 out of 10
Medium-sized Companies
Red Hat OpenShift
Red Hat OpenShift
Score 9.3 out of 10
VMware vSOM (discontinued)
VMware vSOM (discontinued)
Score 10.0 out of 10
Enterprises
Red Hat OpenShift
Red Hat OpenShift
Score 9.3 out of 10
VMware vSOM (discontinued)
VMware vSOM (discontinued)
Score 10.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
CloudFoundryProxmox VE
Likelihood to Recommend
10.0
(0 ratings)
9.0
(0 ratings)
Likelihood to Renew
-
(0 ratings)
10.0
(0 ratings)
Usability
-
(0 ratings)
8.0
(0 ratings)
Availability
-
(0 ratings)
9.0
(0 ratings)
Performance
-
(0 ratings)
10.0
(0 ratings)
Support Rating
-
(0 ratings)
10.0
(0 ratings)
Implementation Rating
-
(0 ratings)
10.0
(0 ratings)
Product Scalability
-
(0 ratings)
10.0
(0 ratings)
User Testimonials
CloudFoundryProxmox VE
Likelihood to Recommend
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.
Read full review
Proxmox VE is a virtualization platform that provides a range of features and functionalities suitable for various scenarios. Here are some specific scenarios where Proxmox VE is well suited and some scenarios where it might not be the best choice:Well-suited scenarios:Virtualization of server workloads: Proxmox VE is well suited for virtualizing server workloads such as web servers, mail servers, database servers, and other similar applications. Its high-performance virtualization capabilities allow these workloads to run smoothly and efficiently.Hosting multiple virtual machines (VMs): Proxmox VE is ideal for hosting multiple VMs on a single server. It provides efficient resource management, allowing users to easily allocate resources to each VM.Clustered environments: Proxmox VE is a great choice for clustered environments. It supports clustering and can easily manage multiple servers, providing high availability and load balancing for mission-critical applications. Less appropriate scenarios: Limited hardware resources: Proxmox VE requires significant hardware resources to run efficiently. If you have limited hardware resources, it might not be the best choice. Simple applications: If you only need to run a single, simple application, Proxmox VE might be overkill. Other virtualization platforms or even a basic web hosting service might be more appropriate.
Read full review
Pros
  • 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
Read full review
  • ZFS storage out of the box. The integration with ZFS is fantastic. You can easily create pools to store your VM images and data on, and the Proxmox web UI provides an easy way to check drive health, ZFS scrub status, etc.
  • Great web UI. Practically everything configurable is available to do so from the web user interface. You'll rarely need to drop to the command line for administrative tasks, unless you want to, in which case you can do that too. The UI also provides graphs and visualisations to help you keep check of how everything is performing.
  • Easy to setup a high availability cluster. Although Proxmox VE works perfectly well on a single server, you can also install it on multiple hosts and setup a cluster.
  • Uses a Debian core system with an Ubuntu based kernel. This means everything to do with the base operating system is tried and trusted. We use a lot of Debian and Ubuntu installs, so having this run underneath Proxmox VE was an added bonus for us.
Read full review
Cons
  • 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.
Read full review
  • The web UI does not work as well on mobile devices. It is useable, but a mobile optimised / responsive UI would be nice to have. There is a mobile app, so that may alleviate this issue, but I have not yet tried it.
  • Support in the community forums could be better. There are paid support plans, but new users trying out the software will not have access to this. Answers to questions can sometimes be terse, and I can imagine this may put some people off.
  • The wiki is a bit hit and miss with certain topics. I've often seen outdated or missing information, and the whole thing looks like it could do with some polish. I'd love to see it opened up for the community to add to.
Read full review
Likelihood to Renew
No answers on this topic
Proxmox VE provides the most capable, yet stable virtualization platform in the market today. Licensing options are also competitive and cost-effective for support, and support is extremely fast and knowledgable of getting issues resolved as quickly and soundly as possible.
Read full review
Usability
No answers on this topic
The interface is easy to use for most of it, but still lacks screens for some configurations. Also, a few of the screens are not as intuitive as they could be. This is specially true with disk and network configuration, where some graphic/visual representations of the configurations would be very useful
Read full review
Reliability and Availability
No answers on this topic
Proxmox VE's ha-cluster functionality is very much improved, though does have a not-very-often occurrence of failure. In a 2-node cluster of Proxmox VE, HA can fail causing an instance that is supposed to migrate between the two nodes stop and fail until manually recovered through the command-line tools provided. Other than this, the HA clustering capability of Proxmox VE has proven to be reliable in 3 or more clustered environments with much less chance of these failures to occur.
Read full review
Performance
No answers on this topic
Proxmox VE's interfacing is always fast to load, both the Web interface and the command-line tool interfaces. Reporting is practically real time almost all the time, and you can see everything in mere seconds, easily able to identify if something is wrong or it everything is in tip-top shape as always desired
Read full review
Support Rating
No answers on this topic
They are fast, understanding, very intelligent, know their product very well, fast, responsive, and concise. Need I say more?
Read full review
Implementation Rating
No answers on this topic
It worked, was easy and super fast to deploy, and provided everything we needed in a matter of minutes
Read full review
Alternatives Considered
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.
Read full review
Proxmox Virtual Environment is better, less costly, it has better CAPEX and OPEX, is open source and more robust and flexible.
It is an agnostic product, one can use a PC clone or a high end server to install it, and it works flawlessly on both.
The product has a large life cycle, is stable and has few problems and vulnerabilities than the other propietary products.
Read full review
Scalability
No answers on this topic
Proxmox VE provides everything you need to quickly add new storage mediums, network and local, as well as networking interfaces, such as using Linux standard bridges and now Open-vSwitch bridges which can be even more scalable than before. Proxmox VE 4.0 dropped support for OpenVZ in favor of the more well supported and native LXC and made an upgrade path to it very simple.
Read full review
Return on Investment
  • 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.
Read full review
  • Due to the open source nature of Proxmox, we have no licensing costs while training our employees
  • We've migrated 100% of our clients to Proxmox and have found improved uptime, and flexibility.
  • In the 10 years of using Proxmox, we've yet to lose any data or not be notified of backup issues.
Read full review
ScreenShots