TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Red Hat OpenShift

    Score9.1 out of 10
    N/AOpenShift 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

    SonarQube

    Score8.7 out of 10
    N/ASonarQube is an automated code review solution, serving as the verification layer for code quality and SDLC security. SonarQube is used to ensure that code is secure, reliable, and maintainable. It is available through SaaS or self-managed deployment.

    $34

    per month Recommended for teams <50 developers

    Pricing
    Red Hat OpenShiftSonarQube
    Editions & Modules
    No answers on this topic
    SonarQube Community Build
    $0
    (open source)
    Self-managed: Developer
    Starting at $720 annually
    per year per installation
    Self-managed: Enterprise
    Contact sales for pricing
    per year per installation
    Cloud-based: Enterprise
    Contact sales for pricing
    per year per installation
    Cloud-based: Teams
    Starting at $34 per month
    per month per installation
    Self-managed: Data Center
    Contact sales for pricing
    per year per installation
    Offerings
    Pricing Offerings
    Red Hat OpenShiftSonarQube
    Free Trial
    YesYes
    Free/Freemium Version
    YesYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Red Hat OpenShiftSonarQube
    Considered Both Products
    Red Hat
    Chose Red Hat OpenShift
    Kubernetes is a part of OpenShift, but it can be deployed in a standalone state. On the plus side, it's significantly cheaper as there are no licensing costs. On the minus side, there's no simplified orchestrator. While Kubernetes is an orchestration platform itself, it's …
    Incentivized
    SonarSource Sarl
    No answer on this topic
    Key User Insights
    Would buy again
    97%
    Would buy again
    315 Answers
    100%
    Would buy again
    32 Answers
    Delivers good value for the price
    96%
    Delivers good value for the price
    268 Answers
    100%
    Delivers good value for the price
    29 Answers
    Happy with the feature set
    99%
    Happy with the feature set
    322 Answers
    100%
    Happy with the feature set
    32 Answers
    Lived up to sales and marketing promises
    97%
    Lived up to sales and marketing promises
    218 Answers
    95%
    Lived up to sales and marketing promises
    18 Answers
    Implementation went as expected
    90%
    Implementation went as expected
    255 Answers
    100%
    Implementation went as expected
    27 Answers
    Features
    Red Hat OpenShiftSonarQube
    Platform-as-a-Service
    Comparison of Platform-as-a-Service features of Red Hat OpenShift and SonarQube
    Feature
    Red Hat OpenShift
    8.4
    324 Ratings
    8% above category average
    SonarQube
    -
    Ratings
    Ease of building user interfaces8.6275 Ratings00 Ratings
    Scalability9.3309 Ratings00 Ratings
    Platform management overhead8.3290 Ratings00 Ratings
    Workflow engine capability8.6262 Ratings00 Ratings
    Platform access control8.3291 Ratings00 Ratings
    Services-enabled integration8.5273 Ratings00 Ratings
    Development environment creation8.6283 Ratings00 Ratings
    Development environment replication8.3270 Ratings00 Ratings
    Issue monitoring and notification7.9284 Ratings00 Ratings
    Issue recovery8.1279 Ratings00 Ratings
    Upgrades and platform fixes8.5285 Ratings00 Ratings
    Best Alternatives
    Red Hat OpenShiftSonarQube
    Small Businesses
    IBM Cloud Foundry
    Score8.5 out of 10
    No answers on this topic
    Medium-sized Companies
    IBM Cloud Private
    Score9.6 out of 10
    No answers on this topic
    Enterprises
    AWS Elastic Beanstalk
    Score8.6 out of 10
    No answers on this topic
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Red Hat OpenShiftSonarQube
    Likelihood to Recommend
    9.1
    (339 ratings)
    8.9
    (35 ratings)
    Likelihood to Renew
    9.3
    (26 ratings)
    -
    (0 ratings)
    Usability
    8.5
    (10 ratings)
    9.1
    (2 ratings)
    Availability
    5.5
    (1 ratings)
    -
    (0 ratings)
    Performance
    9.0
    (125 ratings)
    -
    (0 ratings)
    Support Rating
    7.0
    (9 ratings)
    9.0
    (1 ratings)
    In-Person Training
    7.0
    (1 ratings)
    -
    (0 ratings)
    Implementation Rating
    7.0
    (3 ratings)
    -
    (0 ratings)
    Contract Terms and Pricing Model
    8.0
    (3 ratings)
    -
    (0 ratings)
    Professional Services
    7.3
    (1 ratings)
    -
    (0 ratings)
    Vendor post-sale
    8.0
    (1 ratings)
    -
    (0 ratings)
    Vendor pre-sale
    8.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    Red Hat OpenShiftSonarQube
    Likelihood to Recommend
    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.
    Incentivized
    Read full review
    SonarSource Sarl
    SonarQube is excellent if you start using it at the beginning when developing a new system, in this situation you will be able to fix things before they become spread and expensive to correct. It’s a bit less suitable to use on existing code with bad design as it’s usually too expensive to fix everything and only allows you to ensure the situation doesn’t get worse.
    Incentivized
    Read full review
    Pros
    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.
    Incentivized
    Read full review
    SonarSource Sarl
    • Detecting bugs and vulnerabilities: SonarQube can identify a wide range of bugs and vulnerabilities in code, such as null pointer exceptions, SQL injection, and cross-site scripting (XSS) attacks. It uses static analysis to analyze the code and identify potential issues, and it can also integrate with dynamic analysis tools to provide even more detailed analysis.
    • Measuring code quality: SonarQube can measure a wide range of code quality metrics, such as cyclomatic complexity, duplicated code, and code coverage. This can help teams understand the quality of their code and identify areas that need improvement.
    • Providing actionable insights: SonarQube provides detailed information about issues in the code, including the file and line number where the issue occurs and the severity of the issue. This makes it easy for developers to understand and address issues in the code.
    • Integrating with other tools: SonarQube can be integrated with a wide range of development tools and programming languages, such as Git, Maven, and Java. This allows teams to use SonarQube in their existing development workflow and take advantage of its powerful code analysis capabilities.
    • Managing technical debt: SonarQube provides metrics and insights on the technical debt on the codebase, enabling teams to better prioritize issues to improve the quality of the code.
    • Compliance with coding standards: SonarQube can check the code against industry standards like OWASP, CWE and more, making sure the code is compliant with security and coding standards.
    Incentivized
    Read full review
    Cons
    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.
    Incentivized
    Read full review
    SonarSource Sarl
    • Importing a new custom quality profile on SonarQube is a bit tricky, it can be made easier
    • Every second time when we want to rerun the server, we have to restart the whole system, otherwise, the server stops and closes automatically
    • When we generate a new report a second time and try to access the report, it shows details of the old report only and takes a lot of time to get updated with the details of the new and fresh report generated
    Incentivized
    Read full review
    Likelihood to Renew
    Red Hat
    This is the current strategy for the company, most of the products in the organisation are aligning to Openshift and various use cases it support. Also lot of applications are being developed for AI use case, openshift.AI provides opportunity to host and leverage the AI capabilities for these applications
    Incentivized
    Read full review
    SonarSource Sarl
    No answers on this topic
    Usability
    Red Hat
    As I said before, the obserability is one of the weakest point of OpenShift and that has a lot to do with usability. The Kibana console is not fully integrated with OpenShift console and you have to switch from tab to tab to use it. Same with Prometheus, Jaeger and Grafan, it's a "simple" integration but if you want to do complex queries or dashboards you have to go to the specific console
    Incentivized
    Read full review
    SonarSource Sarl
    It can improve in some user experience and usability parts, like the code view and the way we assign issues it's a bit hidden and not highlighted
    Incentivized
    Read full review
    Reliability and Availability
    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.
    Incentivized
    Read full review
    SonarSource Sarl
    No answers on this topic
    Performance
    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.
    Incentivized
    Read full review
    SonarSource Sarl
    No answers on this topic
    Support Rating
    Red Hat
    Their customer support team is good and quick to respond. On a couple of occassions, they have helped us in solving some issues which we were finding a tad difficult to comprehend. On a rare occasion, the response was a bit slow but maybe it was because of the festival season. Overall a good experience on this front.
    Incentivized
    Read full review
    SonarSource Sarl
    We we easily able to integrate the SonarQube steps into our TFS process via the Microsoft Marektplace, we didn't have the need to call SonarQube support. We've used their online documentation and community forum if we ran into any issues.
    Incentivized
    Read full review
    In-Person Training
    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.
    Incentivized
    Read full review
    SonarSource Sarl
    No answers on this topic
    Online Training
    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.
    Incentivized
    Read full review
    SonarSource Sarl
    No answers on this topic
    Alternatives Considered
    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.
    Incentivized
    Read full review
    SonarSource Sarl
    SonarQube is an open-source. It's a scalable product. The costs for this application, for the kind of job it does, are pretty descent. Pipeline scan is more secured in SonarQube. Its a very good tool and its support multiple languages. Its main core competency is of static code analysis and that is why SonarQube exists and it does it exceedingly well. The quality of scan on code convention, best practices, coding standards, unit test coverage etc makes them one of the best competent tool in the market
    Incentivized
    Read full review
    Contract Terms and Pricing Model
    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.
    Incentivized
    Read full review
    SonarSource Sarl
    No answers on this topic
    Scalability
    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
    Incentivized
    Read full review
    SonarSource Sarl
    No answers on this topic
    Return on Investment
    Red Hat
    • That is a complicated question and one that's not easy for me to answer. There's a lot of factors that go into all of the stuff that we just don't have an easy way of measuring. And we realize that while we're implementing Red Hat OpenShift, we've tried to start measuring some of that stuff, but we don't have a baseline to go on. So it's hard to say. What I can tell you is general experience with the platform has been extremely positive from the development aspect. Teams have been very, very happy with the speed at which they're able to do stuff. They've been happy with that. The way it works in one environment is exactly the way it works in the next environment because we don't have configuration drift, that type of thing, and has had very positive impacts. But we didn't have a baseline to start with. So I can't talk about getting there faster or anything like that.
    Incentivized
    Read full review
    SonarSource Sarl
    • Positive ROI from the standpoint of flagging several issues that would have otherwise likely been unaddressed and caused more time to be spent closer to launch
    • Slightly positive ROI from time-saving perspective (it's an automated check which is nice, but depending on the issues it finds, can take developers time to investigate and resolve)
    Read full review
    ScreenShots

    SonarQube Screenshots

    Screenshot of Projects.Screenshot of Static Application Security Testing.Screenshot of Software Composition Analysis.