Try our new research platform with insights from 80,000+ expert users
PeerSpot user
Senior Systems Analyst at a tech services company with 10,001+ employees
Real User
Right now the major point is cost effectiveness. The improvements I am expecting will be better presented when in full production.

What is most valuable?

The pod solution and the on-demand solution are well suited, although I have feelings of loss regarding not using VMware.

It is promising though. The project we are on is large scale so further information would be far more pertinent when fully deployed I think.

How has it helped my organization?

Right now the major point is cost effectiveness. The improvements I am expecting will be better presented when in full production.

What needs improvement?

For some reason there have been some DNS issues. At this time I am not convinced it is OpenShift though. I will have to circle back to this one.

For how long have I used the solution?

We have just bought the solution and started using it recently.

Buyer's Guide
Red Hat OpenShift
May 2025
Learn what your peers think about Red Hat OpenShift. Get advice and tips from experienced pros sharing their opinions. Updated: May 2025.
857,028 professionals have used our research since 2012.

What do I think about the stability of the solution?

There have been some DNS issues.

What do I think about the scalability of the solution?

We did not yet encounter any issues with scalability but I am looking forward to our first "go day."

How are customer service and support?

This isn't really an issue. I haven't really called upon support yet. Red Hat reps have been really quick to respond on other issues though.

Which solution did I use previously and why did I switch?

We were using VMware which is more expensive for no good reason. Thank you OpenShift.

How was the initial setup?

Linux in general is a different flavor. Nothing out of the unexpected. Though, as in all things, there is room for improvement. One solid BIN would be nice.

In the installation of ORIGIN, using the playbook and Ansible install in the Docker, there are fixed points which would make the install easier.

What's my experience with pricing, setup cost, and licensing?

Save money and get OpenShift. Literally.

Which other solutions did I evaluate?

We evaluated VMware, but then I am biased. I will always choose Red Hat as I know all too well what it does as opposed to other solutions. I am not knocking other solutions, but Red Hat wins in the long run.

What other advice do I have?

Do your homework. Take the time to analyze what you really want and need. I am not saying this is the absolute answer to all your questions as that would be unreasonable and naive. I personally believe that at least 75% of cases probably should be directed at Red Hat in general.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user683448 - PeerSpot reviewer
Data Architect at a tech services company with 11-50 employees
Consultant
Developing on a standard product like this supports our customers' need for cloud based container solutions.

What is most valuable?

The ability to persist data, the security model, the web console, the installation - all of those features make using the product easier.

How has it helped my organization?

We develop software for customers that runs on OpenShift, so developing on a standard product like OpenShift supports our customers' need for cloud based container solutions.

What needs improvement?

The security model is hard to understand and use. Debugging errors can be hard as well.

For how long have I used the solution?

We have been using the solution for two years.

What do I think about the stability of the solution?

The product seems to be mature enough to use for production application deployments without stability issues.

What do I think about the scalability of the solution?

The product is able to meet most scalability goals.

How are customer service and technical support?

The technical support is generally good and there are ample materials available on the web to help find answers to issues.

Which solution did I use previously and why did I switch?

We have not switched from another product. We also support other cloud offerings like Kubernetes.

How was the initial setup?

The installation is better now than early on and can be complicated to set up if you are not familiar with Red Hat Linux and Docker.

What's my experience with pricing, setup cost, and licensing?

For trials and prototypes, the open source version of OpenShift will suffice for most users and is compatible with the licensed version of OpenShift.

Which other solutions did I evaluate?

We evaluated Cloud Foundry but decided upon a Docker container based platform like OpenShift.

What other advice do I have?

Start small, try the open source OpenShift Origin first, then develop a sample application to get accustomed to the platform.

Disclosure: My company has a business relationship with this vendor other than being a customer: We are a partner with Red Hat and work together on various projects.
PeerSpot user
Buyer's Guide
Red Hat OpenShift
May 2025
Learn what your peers think about Red Hat OpenShift. Get advice and tips from experienced pros sharing their opinions. Updated: May 2025.
857,028 professionals have used our research since 2012.
it_user683466 - PeerSpot reviewer
Senior (Consultant) Software Engineer at a healthcare company with 10,001+ employees
Real User
It is simple to build configurations and deploy your changes and promote them to different environments.

What is most valuable?

Application deployment using YAML with Docker containers, creating services and providing routes. It is simple to build configurations and deploy your changes and promote them to different environments.

How has it helped my organization?

We are better able to manage application development and promoting from development to staging to production using configurations.

What needs improvement?

They could provide a template for application deployment and building services and routes so it can all be promoted as a bundle if needed.

This would allow the promotion of the application (which includes the Spring Boot jar, the Kubernetes Service, the Kubernetes Route, dependencies such as properties or secrets) from development through the production environment.

For how long have I used the solution?

We have been using the solution for four years.

What do I think about the stability of the solution?

We did not encounter any issues with stability.

What do I think about the scalability of the solution?

We did not encounter any issues with scalability.

How are customer service and technical support?

I did not use the technical support but I do look up plenty of resources on the OpenShift blog which is useful.

Which solution did I use previously and why did I switch?

We were using individual Tomcat on VMS for a high availability and scalable architecture.

How was the initial setup?

The setup is straightforward if you understand concepts from a Kubernetes cluster development. I have done CoreOS cluster development so I am familiar with much of the setup.

What's my experience with pricing, setup cost, and licensing?

I would try the online public OpenShift instance first and see if it is something that would provide benefit to each enterprise architecture and then go on from there.

Which other solutions did I evaluate?

We have found RedHat OpenShift to provide the best solution and ease of use.

What other advice do I have?

Try out OpenShift or read up on it first to see the benefits. Also build a Kubernetes cluster yourself to know what goes on under the hood in OpenShift.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user685341 - PeerSpot reviewer
Red Hat Certified Architect at a pharma/biotech company with 1,001-5,000 employees
Real User
Great GUI and CLI tools allow developers to deploy, test and delete projects on demand, freeing up time for the operations team to work on production readiness.

What is most valuable?

Great GUI and CLI tools allowing developers to deploy, test and delete projects on demand, freeing up time for the operations team to work on production readiness.

Thanks to Docker images and Kubernetes templates, deployments are reproducible. Docker images allow us to package our applications with their configuration files and libraries in a portable format.

Images are built once by the CI/CD pipeline and archived in a repository. CI/CD integration is made easier with built-in Jenkins servers and S2i functionalities.
We can then run these images everywhere, from developer workstations to development, QA and production environments.

OpenShift (in fact Kubernetes) templates are JSON files that list all components of a project: docker image name and version, runtime configuration of the images, services, routes and storage options.

As long as you have proper versioning of all images and the associated template, you can deploy the same project everywhere.

What needs improvement?

The following issues need some attention:

  • Documentation: this is a very complex product and several areas are lacking proper documentation.
  • Templates: it takes a lot of effort to write satisfying templates for projects. More real-world examples and specialized editors would be valuable.
  • Day 2 tasks: how do I make sure my cluster works in the long term? This includes all tasks that go beyond the installation, i.e. what you’re facing the day after the installation.

I would personally give a list of topics to the OpenShift administrator for reference after the initial installation has been performed, such as:

  • What should you monitor?
  • What to backup and how often?
  • What should you look for when a node seems slow?
  • How to clean up Docker caches on various components?

I would even go further and give a maintenance schedule, as with a car (this is just an example) such as:

  • Every week: watch for errors in the logs, check disk space on nodes.
  • Every month: check for critical updates on nodes, delete unused projects.
  • Every second month: update OpenShift version.

For how long have I used the solution?

We have been using the solution since January 2016.

What do I think about the stability of the solution?

We had stability issues, especially with earlier versions where the underlying Kubernetes wasn't stable at all.

Today we still have issues with Docker, which has known bugs not being backported to Red Hat supported versions.

What do I think about the scalability of the solution?

We had an issue with the default nodes configuration. Once we gave enough resources to it, it's been fine.

How are customer service and technical support?

Red Hat technical support is top notch: quick to answer and really caring about issues being solved

However, some fixes may take a long time when they require modifications in Kubernetes for example, as we have to wait for fixes to be released in Kubernetes, then imported into OpenShift.

Which solution did I use previously and why did I switch?

We did not use a previous solution.

How was the initial setup?

The initial setup was very complex, but that's because we were deploying v3.1 which was only the second release.

Now the Ansible installer is much more robust and offers more options to customize the deployments.

Installation documentation has also improved a lot.

What's my experience with pricing, setup cost, and licensing?

I suggest they take licenses for physical nodes with two sockets and as many cores and as much RAM as possible.

Then use a virtualization solution to create as many Kubernetes virtual nodes, knowing that it doesn't make sense to allocate too much RAM to each node since one should not run more than approximately 80 pods per node.

RHEL licenses are included.

Which other solutions did I evaluate?

We took a look at: OpenStack, Cloud Foundry, Mesosphere and Swarm.

What other advice do I have?

Take it for a spin with Minishift: https://www.openshift.org/mini...

Use the free version of OpenShift called Origin for the development environment to save on licensing: https://www.openshift.org/

Use the paid OCP version for QA and production environments to get technical support: https://www.openshift.com/cont...

Do not implement your own CI/CD flow, instead rely on OpenShift integrated CI/CD or use something like https://fabric8.io/

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer2336730 - PeerSpot reviewer
QA Lead at a computer software company with 1,001-5,000 employees
Real User
Top 20
Stable platform providing a high grade of security and reliability
Pros and Cons
  • "OpenShift facilitates DevOps practices and improves CI/CD workflows in terms of stability compared to Jenkins."
  • "There are challenges related to additional security layers, connectivity compliance for endpoints, and integration."

What is our primary use case?

OpenShift works as a data pipeline management tool.

What needs improvement?

There are challenges related to additional security layers, connectivity compliance for endpoints, and integration. Additionally, it needs a little training to understand the process.

What do I think about the stability of the solution?

It is a highly stable product. I rate the stability a ten out of ten.

How was the initial setup?

We have deployed OpenShift on the cloud. It is a one-time setup and can take longer to deploy. Once implemented, the rest of the deployment becomes easier. I rate the process a six out of ten.

What's my experience with pricing, setup cost, and licensing?

The product has reasonable pricing. It is an affordable solution but needs a learning effort to understand industrial-grade security.

What other advice do I have?

OpenShift facilitates DevOps practices and improves CI/CD workflows in terms of stability compared to Jenkins. We receive new versions of the plugin in timely intervals. If we do not upgrade the plugins, it introduces some security vulnerabilities at a corporate level.

I advise others to go for the product as it offers high security and reliability. I rate it an eight out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Gustavo Magni - PeerSpot reviewer
lead architect at Sys Manager
Real User
Leaderboard
Has good stability and integrates with multiple applications
Pros and Cons
  • "The solution is easy to scale."
  • "Its virtual upgrades are time-consuming."

What is our primary use case?

I use the solution for deployments with Java applications in the environment.

How has it helped my organization?

The solution has helped us in faster deployments of the applications.

What is most valuable?

The solution's most valuable feature is its ability to integrate with multiple applications, including inference tutor and container platforms. It helps us enhance the deployment process and make it faster.

What needs improvement?

The solution encounters lengthier downtime issues for virtual upgrades. In this case, we have to opt for alternative upgrade strategies. This area needs improvement. Also, they should release its serverless version.

For how long have I used the solution?

I have been using the solution since 2018.

What do I think about the stability of the solution?

The solution is very stable.

What do I think about the scalability of the solution?

The solution is easy to scale. Our organization plans to increase its usage for the next five years.

How are customer service and support?

The solution's technical support is excellent.

How was the initial setup?

The solution is easy to configure and run.

What was our ROI?

The solution generates a return on investment.

What's my experience with pricing, setup cost, and licensing?

The solution is expensive but cost-effective.

What other advice do I have?

The solution is an excellent platform with a fast return on investment. I rate it a ten out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Download our free Red Hat OpenShift Report and get advice and tips from experienced pros sharing their opinions.
Updated: May 2025
Buyer's Guide
Download our free Red Hat OpenShift Report and get advice and tips from experienced pros sharing their opinions.