Try our new research platform with insights from 80,000+ expert users
Russell Nile - PeerSpot reviewer
Solutions Architect at a financial services firm with 10,001+ employees
Real User
Provides centralized control of container resources, but it's prohibitively expensive to get something simple going
Pros and Cons
  • "Centralized control of container resources is most valuable."
  • "There should be a simplification of the overall cluster environment. It should require fewer resources. Just to run a simple Hello World app, it requires about seven servers, and that's just crazy. I understand that it is fully redundant, but it's prohibitively expensive to get something simple going."

What is our primary use case?

We are moving as many applications as possible to a containerized environment. In terms of our environment, we have multiple data centers. One, of course, is for redundancy. Most of them are hot-warm. They're not hot-hot or hot-cold, depending on how you look at it, but pretty much everything that's important is fully redundant. That would be between our own private data centers and within Amazon across regions.

We have an on-premises and private cloud deployment. Amazon is the cloud provider. We've got some Azure out there too, but Amazon has been the primary focus.

What is most valuable?

Centralized control of container resources is most valuable.

What needs improvement?

There should be a simplification of the overall cluster environment. It should require fewer resources. Just to run a simple Hello World app, it requires about seven servers, and that's just crazy. I understand that it is fully redundant, but it's prohibitively expensive to get something simple going.

We've had a very difficult time going from version 3 to 4. We need to go to version 4 because of multiple network segments that may be running in a container and how we organize our applications. It's very difficult to have applications from different domains in the same container cluster. We've had a lot of problems with that. I find it to be an overcomplicated environment, and some of the other simpler containers may very well rise above this. 

For how long have I used the solution?

It has probably been in use in the organization for about a year and a half.

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

What do I think about the stability of the solution?

It is fine. I've not heard anything negative about either the performance or the reliability.

What do I think about the scalability of the solution?

Scalability is one of the primary reasons for going with a containerized environment like this. I have not heard that we've had any restrictions there, and I would be shocked and remarkably disappointed if we did. We have not hit any scalability issues yet.

How are customer service and support?

I personally do not have any experience with them. I'm quite sure our low-level implementers do. 

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

They were just different JBoss containers. It really wasn't a containerized environment. We're looking at some of the AWS solutions.

How was the initial setup?

I didn't do the initial setup. Some other people did that. We're all pretty uber geeks. So, I'm quite sure that we'd be able to figure it out naturally. Because it's a fully-featured and complex environment, you'd have to bone up on OpenShift to figure out how to install it properly, but I wouldn't expect it to be onerous.

Our implementation strategy was to start moving applications to be containerized and then implement them in the OpenShift. We were moving to OpenShift running on our own ECS on Amazon, but we have a lot of on-prem as well.

We're still working out the kinks. A part of that is our own dysfunction in terms of how we organize our apps, and then there is the problem with running apps from different domains in the same container. Some of those are our own self-imposed problems, but some of it is due to the OpenShift complexity.

What about the implementation team?

We definitely hired different experts, but for the most part, we went out and hired people with the expertise, and now, they're employees. So, I'm quite sure there were consultants in there, but I don't know that offhand. 

What was our ROI?

We have not yet seen an ROI.

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

It depends on who you're talking to. For a large corporation, it is acceptable, other than the significant infrastructure requirements. For a small organization, it is in no way suitable, and we'd go for Amazon's container solution.

Additional costs are difficult for me to articulate because ours is a highly-complex environment even outside of it.

What other advice do I have?

Ensure that you need all of the features that it has because otherwise, it's not worth the investment. Be careful what version you're getting into because that can be problematic to change after you've already invested in both the training and the infrastructure.

I would rate it a seven out of ten. Considering some of the problems we've had, even though some of them are self-imposed, I would hope that a containerized environment would be flexible to be able to give us some options there. 

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Ritesh Raj - PeerSpot reviewer
Senior Manager at a tech vendor with 10,001+ employees
Real User
Improved time to market, good UI, and easy upgrades
Pros and Cons
  • "The console or the GUI of OpenShift is awesome. You can do a lot of things from there. You can perform administration tasks as well as development tasks."
  • "OpenShift has certain restrictions in terms of managing the cluster when it's running on a public cloud. For example, identity and access management integration with the IM of AWS is quite difficult. It requires some open-source tools to integrate. This is one area where I always see room for improvement."

How has it helped my organization?

We can deploy microservices on the fly. The time to market has improved for our organization. If any issues are found or any incident is reported, fixes or hotfixes can be done within a fraction of a second. These KPIs are the improvements.

In terms of security, it supports user management. An authentication and authorization solution is embedded in that. There is also certificate management in terms of how it rotates the certificates and the kind of TLS mechanism it uses for the end-users as well as for the communication within a cluster. It also allows our images to be scanned before deployment.

OpenShift comes with a lot of marketplace operator-based solutions. It also allows any open-source operator-based solution. It could also be a Helm Chart-based solution for deploying any cloud-native application or workload.

OpenShift is much better than others as an upstream project for Kubernetes. It also has certain features that are not there in any other flavor of Kubernetes. For example, Source-to-Image (S2I) is a wonderful feature in OpenShift where your code can be in the source repository. It can be built and deployed with a click of a button. That helps the developers' community to deploy their code and see the results on the fly.

What is most valuable?

In OpenShift, there are a lot of things that are good as compared to any other Kubernetes flavor. The console or the GUI of OpenShift is awesome. You can do a lot of things from there. You can perform administration tasks as well as development tasks. 

The RBAC user management that comes packaged with OpenShift is not there in other Kubernetes. That's a very nice feature. 

The upgrade mechanism is also very good. The upgrades are pushed by Red Hat, and with just the click of a button, your OpenShift cluster gets upgraded. That is another very nice feature. These are a couple of things that I like.

What needs improvement?

A lot of improvements are required in OpenShift when it's deployed on a public cloud such as AWS, GCP, or AKS. 

OpenShift has certain restrictions in terms of managing the cluster when it's running on a public cloud. For example, identity and access management integration with the IM of AWS is quite difficult. It requires some open-source tools to integrate. This is one area where I always see room for improvement. 

In addition, the RBAC access is only controlled by the OpenShift internal mechanism, whereas the authorization part can be handled by any public cloud. We are already managing and maintaining users in the cloud environment. So, a repetitive or duplicate RBAC mechanism is not required. 

For how long have I used the solution?

I have been working with this solution since 2018. It has been more than four years.

What do I think about the stability of the solution?

It's a stable solution. However, most organizations are lagging in upgrading the versions because of various reasons, such as business downtime and the risk involved behind that. If you don't upgrade it on time, then there will definitely be bugs. It normally doesn't create many issues, but we have had instances where when we go to the Red Hat product support team, they always mention going for the next upgrade or the next possible upgrade so that a bug is completely removed. However, it's not always possible to do that. So, stability-wise, it's quite stable, but no product can be perfect. In the version that we are running, there are a couple of bugs, and we have to live with them, unless and until we upgrade to the next version.

What do I think about the scalability of the solution?

Because it's on a public cloud, it's very easy to scale up.

In terms of its users, we have close to 100 users. There are a couple of DevOps engineers in that, and then there are administrators who manage and maintain the cluster. The rest of them are developers. These are the primary users.

It's being used quite extensively, at least in two of our markets. I have no idea about plans to increase the usage of this product, but I also don't see any reduction in its usage in the near future.

How are customer service and support?

Their support is very good. We have a premium subscription for our organization, and we get support whenever we need it. It's quite good. It's the backbone of this product. I would rate them a nine out of ten. Sometimes, the support professionals work from different geographical regions, and when there is a shift change, we lose some time. It happens rarely, but it has been a cause of concern a couple of times.

As a partner for helping us create the platform that we need, I would rate Red Hat an eight out of ten. In terms of support, they provide all the required commands, code pieces, or files required to troubleshoot the issue. They also provide support during any new installation or upgrade.

How would you rate customer service and support?

Positive

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

When I started working on this project, OpenShift was already there. I don't know if and what it was migrated from. In the accounts that I'm handling, we had OpenShift, and applications were containerized and migrated to OpenShift.

We use other Red Hat products. We use Red Hat OpenStack, and we also use GlusterFS storage from Red Hat, which comes as a part of OpenStack. Apart from that, most of the virtual machines are already using RHEL. OpenStack, for us, is on a private cloud. It's not as friendly as AWS public cloud. Integration-wise, it's seamless, but if we want auto-scaling at the OpenStack level, it's not possible for us. 

An advantage of using multiple Red Hat products together is in terms of the support we get from them. That's very good. If we consider any Kubernetes flavor running on any public cloud, getting support on the components we have deployed is difficult, but Red Hat supports that. Whatever we have deployed, they can provide support on that. The support provided by Red Hat is really great, and that's why they're asking for a premium cost for that.

How was the initial setup?

It was already done before I came, but I know that it was done using Ansible stack and Ansible code. Its deployment is quite straightforward. The 4x versions of OpenShift are very easy to deploy. The older 3x versions were quite difficult to deploy, but in the latest versions, especially on a public cloud, it manages everything. It spins up your cloud virtual machines, installs OpenShift on them, and provides you the endpoint to access it.

If the Ansible code or scripts are available and ready, on a production system, it takes about one hour to one and a half hours. It also depends on how many virtual machines you require to install OpenShift.

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

Its price is a bit high because it's a premium product, but as long as the business is ready to pay for that, it's okay. 

What other advice do I have?

I would recommend evaluating the product thoroughly for your requirements. That's because OpenShift comes with a lot of bells and whistles, and most organizations don't need that. It also comes with auto-managed components. If you are looking for less-managed components on a Kubernetes cluster, then Red Hat OpenShift is the only answer.

We didn't consider building our own container platform. There are different flavors available for Kubernetes. We use OpenShift, EKS, AKS, and GKE. Even OKE is coming up. It depends on what different markets of our organization prefer and what is cost-effective for them.

Overall, I would rate it a nine out of ten because we are quite happy with it. There are a couple of restrictions in terms of managing clusters on a public cloud, but other than that, it has a lot of inbuilt components, which are helpful for managing the cluster better.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Buyer's Guide
Red Hat OpenShift Container Platform
April 2025
Learn what your peers think about Red Hat OpenShift Container Platform. Get advice and tips from experienced pros sharing their opinions. Updated: April 2025.
849,686 professionals have used our research since 2012.
AWS Architect at FIVE 9 GROUP, INC
Real User
Enables easy management of different containers and environments; a bit pricey
Pros and Cons
  • "The most valuable feature for me in the OpenShift Container Platform is the option to manage different containers and environments and also being able to switch among them."
  • "My impression is that this solution is pretty expensive so I think the pricing plan could improve."

What is our primary use case?

Our primary use case for this solution is, as an open system, to deploy containers on AWS or other platforms and then manage them.

What is most valuable?

The most valuable feature for me in the OpenShift Container Platform is the option to manage different containers and environments and also being able to switch among them.

What needs improvement?

My impression is that this solution is pretty expensive so I think the pricing plan could improve.

For how long have I used the solution?

I have been using this solution for about two years.

What do I think about the stability of the solution?

I would rate the stability a nine, on a scale from one to 10, with one being the worst and 10 being the best.

What do I think about the scalability of the solution?

I would rate the scalability an eight, on a scale from one to 10, with one being the worst and 10 being the best.

How are customer service and support?

I would rate the technical support of this solution an eight, on a scale from one to 10, with one being the worst and 10 being the best.

How would you rate customer service and support?

Positive

How was the initial setup?

I was not involved in the initial deployment but I heard that it's not too hard to set up with all the support available.

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

I would rate the pricing of this solution a four, on a scale from one to 10, with one being the most expensive and 10 being the least expensive.

What other advice do I have?

I would advise other people looking into this solution – if they could afford their pricing plan – to go for it as it's a great product.

I would rate this solution a seven, on a scale from one to 10, with one being the worst and 10 being the best.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Harish Vadlamudi - PeerSpot reviewer
Senior DevOps Engineer at a tech services company with 1-10 employees
Real User
Features good monitoring, application autoscaling, a beautiful console and an intuitive UI
Pros and Cons
  • "Autoscaling is an excellent feature that makes it very simple to scale our applications as required."
  • "One area for improvement is that we can't currently run Docker inside a container, as it clashes with security consents. It would be good if we could change that."

What is our primary use case?

We primarily use the platform to deploy microservices for all kinds of stacks and to deploy databases. Some of our databases are cached, and we can containerize them. Our entire infrastructure relies on OpenShift because we deploy all our applications to it.

How has it helped my organization?

The automatic scaling of applications has been a great feature for us. The solution also provides flexibility; we can deploy small or paid digital microservices with many features.

What is most valuable?

Autoscaling is an excellent feature that makes it very simple to scale our applications as required.

The tool's console looks fantastic, and the UI is intuitive; we can easily check port health, locks, deployments, and services.

Another great feature is monitoring, as we can integrate and monitor logs.

We use the product's CodeReady Workspaces, and they reduce project onboarding time. We have automated templates and use those scripts to create projects and clusters within OpenShift.   

What needs improvement?

One area for improvement is that we can't currently run Docker inside a container, as it clashes with security consents. It would be good if we could change that.

The stability of the console could be improved. 

For how long have I used the solution?

We've been using the solution for three years. 

What do I think about the stability of the solution?

We faced stability issues with the console; a problem we often see is the UI will freeze, and only the command line will work.

What do I think about the scalability of the solution?

The scalability is as expected because it works according to the conditions we set; we can impose limitations on the ECP to stay within the budget if necessary. We have over 100 developers using OpenShift, and 500-700 deployed microservices.

How are customer service and support?

I have yet to contact tech support; a different team in our organization deals with them.

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

We previously used Kubernetes and installed it on our Compliant Centers, but the infrastructure was complicated to manage as we had so many. So we moved to cloud-based Kubernetes and then to OpenShift because the latter provides more features like a one-console UI, user-friendly installations, and better support, security, and networking.

How was the initial setup?

The initial setup was not particularly complex, but it wasn't easy either. There are good guidelines available to make the deployment steps more straightforward, and setting up clusters is where it gets tricky.

As there is no on-prem infrastructure to set up, the deployment is very quick, and we can put up a cluster in minutes.

What about the implementation team?

We deployed primarily with the assistance of a consultant. 

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

I'm unfamiliar with the product's price or how it compares to the competitors.

Which other solutions did I evaluate?

We evaluated Kubernetes and Pivotal Cloud Foundry. Those and other platforms on the market are not up to the same standard as OpenShift; they have different installations, UIs, and limited security features.

What other advice do I have?

I rate the solution nine out of ten.

Regarding automation, we don't build up any pipelines in OpenShift; we have our own tools to automate build processes and then deploy them to the platform.

We didn't consider building our own container platform as it would be difficult. 

My advice to those considering OpenShift is that it's user-friendly, flexible, has robust security, and features are frequently updated. Red Hat provides good documentation, so the solution is easy to learn and adapt to your use cases.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Microsoft Azure
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
reviewer1944915 - PeerSpot reviewer
Senior Consultant at a tech services company with 10,001+ employees
Real User
Join worker nodes and create a large cluster of servers within minutes
Pros and Cons
  • "The most valuable feature is that the solution can be deployed in the cloud which removes the expense of a server."
  • "The solution does not work on a route-wise NFS."

What is our primary use case?

Our company deploys the solution as a container platform that balances node availability and load. 

What is most valuable?

The most valuable feature is that the solution can be deployed in the cloud which removes the expense of a server. Everything you need is provided in the cloud where you can make clusters, add masters and worker nodes, and install ports. 

The solution includes an integrated file agent and a control center director that embeds within the release. It is much easier to configure the install or file agent through the GUI than having to work on command lines in a CLI. 

What needs improvement?

The solution does not work on a route-wise NFS.

For how long have I used the solution?

I have been using the solution for two years. 

What do I think about the stability of the solution?

The solution is more stable than others because it allows for redundancies. Data can be stored on the PV and transferred to many worker nodes. 

What do I think about the scalability of the solution?

The solution is easily scalable by joining worker nodes with masters. 

For example, your customers increase so you want to jump your worker nodes from four to forty. You simply install the solution, join worker nodes with masters, and create a larger cluster of servers within a matter of minutes. 

How are customer service and support?

I serve as a DevOps expert for my customers and don't have the need to contact support. 

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

Our company used Docker but switched around the time it was acquired by Mirantis. 

How was the initial setup?

The initial setup is straightforward. If you have an adequate amount of CPU and memory, then setup can be as fast as eight minutes. 

I rate the initial setup a nine out of ten. 

Which other solutions did I evaluate?

We currently use both Kubernetes and OpenShift. 

What other advice do I have?

It is beneficial to be aware of Linux or Unix concepts when working with the solution and managing clusters. 

I rate the solution a ten out of ten. 

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Other
Disclosure: My company has a business relationship with this vendor other than being a customer: Partner
PeerSpot user
reviewer1505007 - PeerSpot reviewer
It Team Lead at a financial services firm with 1,001-5,000 employees
Real User
Top 20
Security features and support have been valuable for managing critical systems
Pros and Cons
  • "It is easy to expand."
  • "Quality of support may be improved."

What is our primary use case?

I am using it for my critical system, specifically for the payment system.

What is most valuable?

Especially the security side is nice. On the other hand, there is firm support in the background. This is helpful for me since I am also native to Bandit system. On OpenShift side, I can get support from Airflow. It is a good aspect. It is important for critical systems.

For how long have I used the solution?

I have used it for approximately three or four years.

What do I think about the stability of the solution?

I would rate stability between seven and eight out of ten.

What do I think about the scalability of the solution?

It is easy to expand. Scalability is rated nine out of ten.

How are customer service and support?

Quality of support may be improved. I would rate it seven out of ten.

How would you rate customer service and support?

Neutral

How was the initial setup?

It is not too simple, however, it is not too hard either. It was a normal installation.

Which other solutions did I evaluate?

I know Kubernetes, however, I am not aware of other alternatives nowadays.

What other advice do I have?

It is easy to expand it. I would give it a rating of eight out of ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Flag as inappropriate
PeerSpot user
Team Leader at b-yond.com
Real User
Top 20
Helps us is in deploying security updates quickly, which is superior compared to other solutions
Pros and Cons
  • "I find the security features and use of operators in OpenShift Container Platform highly valuable."
  • "I believe OpenShift Container Platform can improve in networking, architecture, and cloud areas by reducing deployment time, lowering costs, and streamlining engineer resources"

What is our primary use case?

I have been using OpenShift Container Platform as a container of network functions for customer's telecom industry. 

How has it helped my organization?

One practical example of how OpenShift Container Platform helps us is in deploying security updates quickly, which is superior compared to other solutions like Coverness, Canonical, Kubernetes, Rancher, etc. However, there are areas for improvement in networking, architecture, and cloud aspects of the solution.

What is most valuable?

I find the security features and use of operators in OpenShift Container Platform highly valuable. The container update capabilities and OpenShift data foundation for storage are also important features.

What needs improvement?

I believe OpenShift Container Platform can improve in networking, architecture, and cloud areas by reducing deployment time, lowering costs, and streamlining engineer resources. Additionally, I would like to see more Azure I/O functions in the next release.

For how long have I used the solution?

I have been using OpenShift Container Platform for four years.

What do I think about the stability of the solution?

The platform is stable and capable, covering various customer needs.

What do I think about the scalability of the solution?

The scalability of OpenShift Container Platform is excellent. It allows for quick scale-outs with new workers, making it very efficient and is used by eighteen engineers for telecom purposes, impacting business significantly.

How are customer service and support?

Technical support from OpenShift is decent but could be improved in some locations.

How was the initial setup?

I find the initial setup of OpenShift Container Platform to be moderately complex. The deployment involves steps like installation, configuration, and deploying common services on-premises. Deployment typically takes around four hours and involves a team of two to four people. I'm not involved in maintenance. 

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

I'm not familiar with pricing or financial aspects. In terms of effort versus benefit, it's worth it.

What other advice do I have?

My advice for new users is to explore the platform thoroughly as it's complex yet reliable. I would rate their customer service a seven out of ten. Overall, I rate OpenShift Container Platform a nine as it's a good product with room for improvement.

Disclosure: My company has a business relationship with this vendor other than being a customer: Partner
PeerSpot user
Ahmed-Yehia - PeerSpot reviewer
Tech lead at Linux Plus Information Systems
Reseller
Top 5Leaderboard
Helps to deploy applications but improvement is needed in integrations
Pros and Cons
  • "The tool's most valuable features include high availability, scalability, and security. Other features like advanced cluster management, advanced cluster security, and Red Hat Quay make it powerful for businesses. It also comes with features like OpenShift Virtualization."
  • "OpenShift Container Platform needs to work on integrations."

What is our primary use case?

We use the OpenShift Container Platform to deploy applications. It helps to deploy them from a monolithic to a microservices approach. 

What is most valuable?

The tool's most valuable features include high availability, scalability, and security. Other features like advanced cluster management, advanced cluster security, and Red Hat Quay make it powerful for businesses. It also comes with features like OpenShift Virtualization. 

What needs improvement?

OpenShift Container Platform needs to work on integrations. 

For how long have I used the solution?

I have been using the solution for two years. 

What do I think about the stability of the solution?

I rate the tool's stability an eight out of ten. We encountered certain bugs and issues, which were resolved once we raised them with Red Hat. 

What do I think about the scalability of the solution?

I rate OpenShift Container Platform's scalability a ten out of ten. The autoscale feature is particularly beneficial for managing varying traffic loads on the platform. It automatically deploys additional VMs in response to high traffic and scales down when the traffic returns to normal levels. This feature is more powerful when deploying the OpenShift Container Platform on cloud platforms like AWS or Azure, where it adapts to the fluctuating traffic demands. My company has 15 customers who are mostly enterprise businesses. 

How are customer service and support?

Red Hat offers good technical support. 

How would you rate customer service and support?

Positive

How was the initial setup?

I rate the product's deployment an eight out of ten. It was a little complex. There are two to three types of initial configuration, including UBI. UBI is complex. Deployment takes around two hours to complete. 

The deployment process involves some complexity. We create configuration files and distribute these files to the platforms we work on, such as VMware or Nutanix. Subsequently, we initiate the initial deployment and configuration of OpenShift.

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

The solution is expensive, and I rate it an eight out of ten. There is a subscription called OpenShift Plus, which offers additional features and products the vendor provides to complement the OpenShift Container Platform. These include ACM, Red Hat Quay, and Red Hat OpenShift Data Foundation.

What other advice do I have?

I recommend studying the documentation thoroughly and preparing the infrastructure according to the guidelines. Following the documentation is crucial, and most issues reported were related to network problems. Therefore, I suggest becoming proficient in troubleshooting network issues to identify and resolve problems. I rate the solution a nine out of ten. 

Which deployment model are you using for this solution?

On-premises
Disclosure: My company has a business relationship with this vendor other than being a customer: implementer
PeerSpot user
Buyer's Guide
Download our free Red Hat OpenShift Container Platform Report and get advice and tips from experienced pros sharing their opinions.
Updated: April 2025
Product Categories
Container Management
Buyer's Guide
Download our free Red Hat OpenShift Container Platform Report and get advice and tips from experienced pros sharing their opinions.