Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Dokku
Score 10.0 out of 10
N/A
Dokku is an extensible, open-source Platform-as -a -Service that runs on a single server of your choice.N/A
IBM Cloud Functions
Score 6.8 out of 10
N/A
IBM Cloud Functions is a PaaS platform based on Apache OpenWhisk. With it, developers write code (“actions”) that respond to external events. Actions are hosted, executed, and scaled on demand based on the number of events coming in. No servers or infrastructure to provision and manage.
$0
per second of execution
Red Hat OpenShift
Score 9.2 out of 10
N/A
OpenShift is Red Hat's Cloud Computing Platform as a Service (PaaS) offering. OpenShift is an application platform in the cloud where application developers and teams can build, test, deploy, and run their applications.
$0.08
per hour
Pricing
DokkuIBM Cloud FunctionsRed Hat OpenShift
Editions & Modules
No answers on this topic
Basic Cloud Functions Rate
$0.00017
per second of execution
API Gateway Rate
Free
No answers on this topic
Offerings
Pricing Offerings
DokkuIBM Cloud FunctionsRed Hat OpenShift
Free Trial
NoNoYes
Free/Freemium Version
NoNoYes
Premium Consulting/Integration Services
NoNoNo
Entry-level Setup FeeNo setup feeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
DokkuIBM Cloud FunctionsRed Hat OpenShift
Features
DokkuIBM Cloud FunctionsRed Hat OpenShift
Platform-as-a-Service
Comparison of Platform-as-a-Service features of Product A and Product B
Dokku
8.6
1 Ratings
10% above category average
IBM Cloud Functions
-
Ratings
Red Hat OpenShift
8.2
277 Ratings
5% above category average
Scalability8.01 Ratings00 Ratings9.0265 Ratings
Platform management overhead10.01 Ratings00 Ratings7.9247 Ratings
Workflow engine capability7.01 Ratings00 Ratings7.9225 Ratings
Platform access control10.01 Ratings00 Ratings8.5249 Ratings
Services-enabled integration10.01 Ratings00 Ratings8.2234 Ratings
Development environment creation8.01 Ratings00 Ratings8.6242 Ratings
Development environment replication10.01 Ratings00 Ratings8.5229 Ratings
Issue monitoring and notification7.01 Ratings00 Ratings7.8242 Ratings
Issue recovery9.01 Ratings00 Ratings7.7240 Ratings
Upgrades and platform fixes7.01 Ratings00 Ratings8.4243 Ratings
Ease of building user interfaces00 Ratings00 Ratings8.1239 Ratings
Best Alternatives
DokkuIBM Cloud FunctionsRed Hat OpenShift
Small Businesses
AWS Lambda
AWS Lambda
Score 8.3 out of 10
AWS Lambda
AWS Lambda
Score 8.3 out of 10
AWS Lambda
AWS Lambda
Score 8.3 out of 10
Medium-sized Companies
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
IBM Cloud Private
IBM Cloud Private
Score 9.6 out of 10
Enterprises
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
IBM Cloud Private
IBM Cloud Private
Score 9.6 out of 10
All AlternativesView all alternativesView all alternativesView all alternatives
User Ratings
DokkuIBM Cloud FunctionsRed Hat OpenShift
Likelihood to Recommend
9.0
(1 ratings)
3.0
(7 ratings)
9.1
(266 ratings)
Likelihood to Renew
-
(0 ratings)
-
(0 ratings)
8.9
(27 ratings)
Usability
-
(0 ratings)
-
(0 ratings)
8.4
(12 ratings)
Availability
-
(0 ratings)
-
(0 ratings)
5.5
(1 ratings)
Performance
-
(0 ratings)
-
(0 ratings)
8.7
(131 ratings)
Support Rating
5.0
(1 ratings)
-
(0 ratings)
6.9
(10 ratings)
In-Person Training
-
(0 ratings)
-
(0 ratings)
7.0
(1 ratings)
Implementation Rating
-
(0 ratings)
-
(0 ratings)
6.7
(4 ratings)
Contract Terms and Pricing Model
-
(0 ratings)
-
(0 ratings)
8.0
(3 ratings)
Professional Services
-
(0 ratings)
-
(0 ratings)
7.3
(1 ratings)
Vendor post-sale
-
(0 ratings)
-
(0 ratings)
8.0
(1 ratings)
Vendor pre-sale
-
(0 ratings)
-
(0 ratings)
8.0
(1 ratings)
User Testimonials
DokkuIBM Cloud FunctionsRed Hat OpenShift
Likelihood to Recommend
Open Source
If you have your own in-house servers or have a cloud server with the freedom to configure any PaaS that you want, then Dokku is for you. So far, I have never run into a scenario where Dokku was not able to fit my needs, after deploying many different types of applications with varying frameworks, languages, and connected services. If you already have a PaaS available, however, Dokku may not be for you.
Read full review
IBM
IBM Cloud Functions [is] not the worse product on the IBM cloud. I decided to write this review as I thought it would be balanced. I would still use functions to set up a serverless architecture where execution time is pretty quick and the code is relatively simple. I wouldn't use IBM Cloud Functions for async calls obviously, as costs could be higher. The functions documentation is lacking in terms of CI/CD, and there are unexplainable errors occurring - like the network connection that I mentioned. So I wouldn't just rely on IBM Cloud Functions too much for the entire system, but make sure it's diversified.
Read full review
Red Hat
Red Hat OpenShift, despite its complexity and overhead, remains the most complete and enterprise-ready Kubernetes platform available. It excels in research projects like ours, where we need robust CI/CD, GPU scheduling, and tight integration with tools like Jupyter, OpenDataHub, and Quiskit. Its security, scalability, and operator ecosystem make it ideal for experimental and production-grade AI workloads. However, for simpler general hosting tasks—such as serving static websites or lightweight backend services—we find traditional VMs, Docker, or LXD more practical and resource-efficient. Red Hat OpenShift shines in complex, container-native workflows, but can be overkill for basic infrastructure needs.
Read full review
Pros
Open Source
  • Dockerfile deployments are an incredibly simple and straightforward way to spin up applications.
  • The docker-options plugin allows endless direct configuration of options passed to different docker lifecycle stages.
Read full review
IBM
  • Great substitute for a simple API calls to run non-complicated code.
  • Easy way to run Python/Java/Javascript to get something done.
  • File validation.
Read full review
Red Hat
  • We had a few microservices that dealt with notifications and alerts. We used OpenShift to deploy these microservices, which handle and deliver notifications using publish-subscribe models.
  • We had to expose an API to consumers via MTLS, which was implemented using Server secret integration in OpenShift. We were then able to deploy the APIs on OpenShift with API security.
  • We integrated Splunk with OpenShift to view the logs of our applications and gain real-time insights into usage, as well as provide high availability.
Read full review
Cons
Open Source
  • Dokku might overreach on its assumptions about how you want to host your app, using its own VHOSTS plugin by default. This may be a pro or a con depending on what you want.
  • Proxy port configuration can be somewhat difficult, with Dokku resetting any pre-deployment configuration to "smart" defaults on the first deployment.
Read full review
IBM
  • Billing can be a hassle, not the most responsive customer service/support team
  • Handles & executes most functionalities, but other platforms offer more scalability if you're seeking consistent and stable growth
Read full review
Red Hat
  • I wouldn't necessarily say there is look everyday technology transform. I can see a trend wherein Red Hat OpenShift is adopting all the new technology trends and helping their customers align with their priorities and the emerging technology trends. I wouldn't call out various scope for development every day. There is scope for development. It is all how the organizations adopt it and how they deliver it to their customers. I don't want to call out there is scope for development. It's happening. It is a never ending process.
  • At the moment, I don't have anything to call out. We are experiencing Red Hat OpenShift and we can see every day they're coming up with new features as and when they come up with new features, we want to experience it more and more. We are looking for opportunities wherein this can be leveraged to help our users and partners.
Read full review
Likelihood to Renew
Open Source
No answers on this topic
IBM
No answers on this topic
Red Hat
OpenShift is really easy of use through its management console. OpenShift gives a very large flexibility through many inbuilt functionalities, all gathered in the same place (it's a very convenient tool to learn DevOps technics hands on) OpenShift is an ideal integrated development / deployment platform for containers
Read full review
Usability
Open Source
No answers on this topic
IBM
No answers on this topic
Red Hat
The virtualization part takes some getting used to it you are coming from a more traditional hypervisor. Customization options are not intuitive to these users. The process should be more clear. Perhaps a guide to Openshift Virtualization for users of RHV, VMware, etc. would ease this transition into the new platform
Read full review
Reliability and Availability
Open Source
No answers on this topic
IBM
No answers on this topic
Red Hat
Redhat openshift is generally reliable and available platform, it ensures high availability for most the situations. in fact the product where we put openshift in a box, we ensure that the availability is also happening at node and network level and also at storage level, so some of the factors that are outside of Openshift realm are also working in HA manner.
Read full review
Performance
Open Source
No answers on this topic
IBM
No answers on this topic
Red Hat
Overall, this platform is beneficial. The only downsides we have encountered have been with pods that occasionally hang. This results in resources being dedicated to dead or zombie pods. Over time, these wasted resources occasionally cause us issues, and we have had difficulty monitoring these pods. However, this issue does not overshadow the benefits we get from Openshift.
Read full review
Support Rating
Open Source
Dokku is incredibly well documented and also takes advantage of the documentation and community of Heroku, being essentially the same thing, but in the case that you encounter an actual bug or issue, it can take time for a fix to make it into a new version. Since you manage Dokku yourself, there is no support team to call for help.
Read full review
IBM
No answers on this topic
Red Hat
Every time we need to get support all the Red Hat team move forward looking to solve the problem. Sometimes this was not easy and requires the scalation to product team, and we always get a response. Most of the minor issues were solved with the information from access.redhat.com
Read full review
In-Person Training
Open Source
No answers on this topic
IBM
No answers on this topic
Red Hat
I was not involved in the in person training, so i
can not answer this question, but the team in my org worked directly
with Openshift and able to get the in person training done easily, i did not
hear problem or complain in this space, so i hope things happen
seamlessly without any issue.
Read full review
Online Training
Open Source
No answers on this topic
IBM
No answers on this topic
Red Hat
We went thru the training material on RH webesite, i think its very descriptive and the handson lab sesssions are very useful. It would be good to create more short duration videos covering one single aspect of openshift, this wll keep the interest and also it breaks down the complexity to reasonable chunks.
Read full review
Implementation Rating
Open Source
No answers on this topic
IBM
No answers on this topic
Red Hat
The learning curve is quite high but worth it.
Read full review
Alternatives Considered
Open Source
Dokku is essentially the same thing as Heroku, except maintained by you on the platform of your choice. If you have any experience using Heroku, then you will feel right at home using Dokku. Dokku is an entirely free to use PaaS, requiring only that you have a platform to deploy it on, making it far more versatile than Heroku in my opinion.
Read full review
IBM
  • ICF is a lightweight service and does not require runtime configurations
  • Scalable on demand and hence there is no need to pay for runtime costs
Read full review
Red Hat
The Tanzu Platform seemed overly complicated, and the frequent changes to the portfolio as well as the messaging made us uneasy. We also decided it would not be wise to tie our application platform to a specific infrastructure provider, as Tanzu cannot be deployed on anything other than vSphere. SUSE Rancher seemed good overall, but ultimately felt closer to a DIY approach versus the comprehensive package that Red Hat OpenShift provides.
Read full review
Contract Terms and Pricing Model
Open Source
No answers on this topic
IBM
No answers on this topic
Red Hat
It's easy to understand what are being billed and what's included in each type of subscription. Same with the support (Std or Premium) you know exactly what to expect when you need to use it. The "core" unit approach on the subscription made really simple to scale and carry the workloads from one site to another.
Read full review
Scalability
Open Source
No answers on this topic
IBM
No answers on this topic
Red Hat
This is a great platform to deployment container applications designed for multiple use cases. Its reasonably scalable platform, that can host multiple instances of applications, which can seamlessly handle the node and pod failure, if they are configured properly. There should be some scalability best practices guide would be very useful
Read full review
Return on Investment
Open Source
  • Since there's no investment besides a little time to set up, the return has been overwhelmingly positive.
  • Deploying a new app is incredibly quick and easy.
Read full review
IBM
  • It directly affected our expenses since we do not need to deploy and maintain a set of separate applications.
  • It allowed us to pay for only the amount of time cloud functions run.
  • It saved on maintenance and monitoring of the applications it replaced.
Read full review
Red Hat
  • All of the above. Red Hat OpenShift going into a developer-type setting can be stood up very quickly. There's a very short period to have developers onboard to it and they're able to become productive much faster than a grow your own type solution.
Read full review
ScreenShots