OpenShift Origin vs OpenShift Enterprise

I am looking for the main difference between OpenShift Origin and OpenShift Enterprise. I know that the first is open source, and the second is a commercial version. Did OpenShift Enterprise have other options compared to the open source version? Thanks in advance.

+5
source share
2 answers

Update 3/21/2018: If you find this old answer in the future, Enterprise is now called the OpenShift Container Platform.


The community version is faster, but with the change there is some risk. If you want to be an early adopter, Origin may be your choice. Note : support is the best community effort, but I found very helpful people on IRC and on the github project page.

Link: https://github.com/openshift/origin

The corporate version has the advantage of professional support for your money. Although you will not get the opportunity as before, in exchange focus on stability and optimization. This may be important for enterprises. Some solutions / examples may not work the exact same way. For example, application templates, utilities are included in packages for RHEL users. It also contains some rights to things such as integration with RHEL and CloudForms.

I tried to install one master, one node a small cluster with both, and found them to be just as good.

In short, stability or early adoption. Oh and corrections .

Personally, I prefer to go with Origin, since you can control the status of the project yourself, and you will not be forced to jump on every train coming. Refresh when it comes up.

+15
source

OpenShift Origin is an open source version of the OpenShift Enterprise community. To understand what this means, you need to understand what open source software is - computer software developed based on a competitive collaborative model from many separate sources. Origin is updated as often as open-source developers introduce a version control system through git, sometimes as often as several times a week.

OpenShift Enterprise 3integrates with Red Hat Enterprise Linux and tested using the Red Hat QA process to offer a stable, supported product for customers who want to have their own private or cloud cloud. The enterprise can be updated every six months, supporting stabilization with minor updates. Providing timely professional support for every request from installation / POC to production.

+3
source

Source: https://habr.com/ru/post/1244793/


All Articles