Alternatives to Red Hat OpenShift logo

Alternatives to Red Hat OpenShift

Cloud Foundry, Kubernetes, OpenStack, Docker, and Heroku are the most popular alternatives and competitors to Red Hat OpenShift.
1.5K
1.4K
+ 1
517

What is Red Hat OpenShift and what are its top alternatives?

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.
Red Hat OpenShift is a tool in the Platform as a Service category of a tech stack.
Red Hat OpenShift is an open source tool with 886 GitHub stars and 510 GitHub forks. Here’s a link to Red Hat OpenShift's open source repository on GitHub

Top Alternatives to Red Hat OpenShift

  • Cloud Foundry
    Cloud Foundry

    Cloud Foundry is an open platform as a service (PaaS) that provides a choice of clouds, developer frameworks, and application services. Cloud Foundry makes it faster and easier to build, test, deploy, and scale applications. ...

  • Kubernetes
    Kubernetes

    Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions. ...

  • OpenStack
    OpenStack

    OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a datacenter, all managed through a dashboard that gives administrators control while empowering their users to provision resources through a web interface. ...

  • Docker
    Docker

    The Docker Platform is the industry-leading container platform for continuous, high-velocity innovation, enabling organizations to seamlessly build and share any application — from legacy to what comes next — and securely run them anywhere ...

  • Heroku
    Heroku

    Heroku is a cloud application platform – a new way of building and deploying web apps. Heroku lets app developers spend 100% of their time on their application code, not managing servers, deployment, ongoing operations, or scaling. ...

  • Cloudify
    Cloudify

    Orchestrate real apps on the cloud with Cloudify, an open source application management framework that allows users to manage even the most complex apps by automating their DevOps processes. ...

  • AppFog
    AppFog

    AppFog provides the infrastructure web developers need to build apps without worrying about IT tasks or having to wait days to get servers ready for writing code. AppFog’s web application technologies include PHP, NodeJS, Ruby, Python, Java, .NET, MySQL, and PostgreSQL. ...

  • Rancher
    Rancher

    Rancher is an open source container management platform that includes full distributions of Kubernetes, Apache Mesos and Docker Swarm, and makes it simple to operate container clusters on any cloud or infrastructure platform. ...

Red Hat OpenShift alternatives & related posts

Cloud Foundry logo

Cloud Foundry

189
5
Deploy and scale applications in seconds on your choice of private or public cloud
189
5
PROS OF CLOUD FOUNDRY
  • 2
    Perfectly aligned with springboot
  • 1
    Free distributed tracing (zipkin)
  • 1
    Application health management
  • 1
    Free service discovery (Eureka)
CONS OF CLOUD FOUNDRY
    Be the first to leave a con

    related Cloud Foundry posts

    Kubernetes logo

    Kubernetes

    61K
    685
    Manage a cluster of Linux containers as a single system to accelerate Dev and simplify Ops
    61K
    685
    PROS OF KUBERNETES
    • 166
      Leading docker container management solution
    • 130
      Simple and powerful
    • 108
      Open source
    • 76
      Backed by google
    • 58
      The right abstractions
    • 26
      Scale services
    • 20
      Replication controller
    • 11
      Permission managment
    • 9
      Supports autoscaling
    • 8
      Cheap
    • 8
      Simple
    • 7
      Self-healing
    • 5
      Open, powerful, stable
    • 5
      Promotes modern/good infrascture practice
    • 5
      Reliable
    • 5
      No cloud platform lock-in
    • 4
      Scalable
    • 4
      Quick cloud setup
    • 3
      Cloud Agnostic
    • 3
      Custom and extensibility
    • 3
      A self healing environment with rich metadata
    • 3
      Captain of Container Ship
    • 3
      Backed by Red Hat
    • 3
      Runs on azure
    • 2
      Expandable
    • 2
      Sfg
    • 2
      Everything of CaaS
    • 2
      Gke
    • 2
      Golang
    • 2
      Easy setup
    CONS OF KUBERNETES
    • 16
      Steep learning curve
    • 15
      Poor workflow for development
    • 8
      Orchestrates only infrastructure
    • 4
      High resource requirements for on-prem clusters
    • 2
      Too heavy for simple systems
    • 1
      Additional vendor lock-in (Docker)
    • 1
      More moving parts to secure
    • 1
      Additional Technology Overhead

    related Kubernetes posts

    Conor Myhrvold
    Tech Brand Mgr, Office of CTO at Uber · | 44 upvotes · 13.3M views

    How Uber developed the open source, end-to-end distributed tracing Jaeger , now a CNCF project:

    Distributed tracing is quickly becoming a must-have component in the tools that organizations use to monitor their complex, microservice-based architectures. At Uber, our open source distributed tracing system Jaeger saw large-scale internal adoption throughout 2016, integrated into hundreds of microservices and now recording thousands of traces every second.

    Here is the story of how we got here, from investigating off-the-shelf solutions like Zipkin, to why we switched from pull to push architecture, and how distributed tracing will continue to evolve:

    https://eng.uber.com/distributed-tracing/

    (GitHub Pages : https://www.jaegertracing.io/, GitHub: https://github.com/jaegertracing/jaeger)

    Bindings/Operator: Python Java Node.js Go C++ Kubernetes JavaScript OpenShift C# Apache Spark

    See more
    Yshay Yaacobi

    Our first experience with .NET core was when we developed our OSS feature management platform - Tweek (https://github.com/soluto/tweek). We wanted to create a solution that is able to run anywhere (super important for OSS), has excellent performance characteristics and can fit in a multi-container architecture. We decided to implement our rule engine processor in F# , our main service was implemented in C# and other components were built using JavaScript / TypeScript and Go.

    Visual Studio Code worked really well for us as well, it worked well with all our polyglot services and the .Net core integration had great cross-platform developer experience (to be fair, F# was a bit trickier) - actually, each of our team members used a different OS (Ubuntu, macos, windows). Our production deployment ran for a time on Docker Swarm until we've decided to adopt Kubernetes with almost seamless migration process.

    After our positive experience of running .Net core workloads in containers and developing Tweek's .Net services on non-windows machines, C# had gained back some of its popularity (originally lost to Node.js), and other teams have been using it for developing microservices, k8s sidecars (like https://github.com/Soluto/airbag), cli tools, serverless functions and other projects...

    See more
    OpenStack logo

    OpenStack

    791
    138
    Open source software for building private and public clouds
    791
    138
    PROS OF OPENSTACK
    • 60
      Private cloud
    • 39
      Avoid vendor lock-in
    • 23
      Flexible in use
    • 7
      Industry leader
    • 5
      Robust architecture
    • 4
      Supported by many companies in top500
    CONS OF OPENSTACK
      Be the first to leave a con

      related OpenStack posts

      Docker logo

      Docker

      178.5K
      3.9K
      Enterprise Container Platform for High-Velocity Innovation.
      178.5K
      3.9K
      PROS OF DOCKER
      • 823
        Rapid integration and build up
      • 692
        Isolation
      • 521
        Open source
      • 505
        Testa­bil­i­ty and re­pro­ducibil­i­ty
      • 460
        Lightweight
      • 218
        Standardization
      • 185
        Scalable
      • 106
        Upgrading / down­grad­ing / ap­pli­ca­tion versions
      • 88
        Security
      • 85
        Private paas environments
      • 34
        Portability
      • 26
        Limit resource usage
      • 17
        Game changer
      • 16
        I love the way docker has changed virtualization
      • 14
        Fast
      • 12
        Concurrency
      • 8
        Docker's Compose tools
      • 6
        Easy setup
      • 6
        Fast and Portable
      • 5
        Because its fun
      • 4
        Makes shipping to production very simple
      • 3
        Highly useful
      • 3
        It's dope
      • 2
        Package the environment with the application
      • 2
        Super
      • 2
        Open source and highly configurable
      • 2
        Simplicity, isolation, resource effective
      • 2
        MacOS support FAKE
      • 2
        Its cool
      • 2
        Does a nice job hogging memory
      • 2
        Docker hub for the FTW
      • 2
        HIgh Throughput
      • 2
        Very easy to setup integrate and build
      • 0
        Asdfd
      CONS OF DOCKER
      • 8
        New versions == broken features
      • 6
        Unreliable networking
      • 6
        Documentation not always in sync
      • 4
        Moves quickly
      • 3
        Not Secure

      related Docker posts

      Simon Reymann
      Senior Fullstack Developer at QUANTUSflow Software GmbH · | 30 upvotes · 12.7M views

      Our whole DevOps stack consists of the following tools:

      • GitHub (incl. GitHub Pages/Markdown for Documentation, GettingStarted and HowTo's) for collaborative review and code management tool
      • Respectively Git as revision control system
      • SourceTree as Git GUI
      • Visual Studio Code as IDE
      • CircleCI for continuous integration (automatize development process)
      • Prettier / TSLint / ESLint as code linter
      • SonarQube as quality gate
      • Docker as container management (incl. Docker Compose for multi-container application management)
      • VirtualBox for operating system simulation tests
      • Kubernetes as cluster management for docker containers
      • Heroku for deploying in test environments
      • nginx as web server (preferably used as facade server in production environment)
      • SSLMate (using OpenSSL) for certificate management
      • Amazon EC2 (incl. Amazon S3) for deploying in stage (production-like) and production environments
      • PostgreSQL as preferred database system
      • Redis as preferred in-memory database/store (great for caching)

      The main reason we have chosen Kubernetes over Docker Swarm is related to the following artifacts:

      • Key features: Easy and flexible installation, Clear dashboard, Great scaling operations, Monitoring is an integral part, Great load balancing concepts, Monitors the condition and ensures compensation in the event of failure.
      • Applications: An application can be deployed using a combination of pods, deployments, and services (or micro-services).
      • Functionality: Kubernetes as a complex installation and setup process, but it not as limited as Docker Swarm.
      • Monitoring: It supports multiple versions of logging and monitoring when the services are deployed within the cluster (Elasticsearch/Kibana (ELK), Heapster/Grafana, Sysdig cloud integration).
      • Scalability: All-in-one framework for distributed systems.
      • Other Benefits: Kubernetes is backed by the Cloud Native Computing Foundation (CNCF), huge community among container orchestration tools, it is an open source and modular tool that works with any OS.
      See more

      I have got a small radio service running on Node.js. Front end is written with React and packed with Webpack . I use Docker for my #DeploymentWorkflow along with Docker Swarm and GitLab CI on a single Google Compute Engine instance, which is also a runner itself. Pretty unscalable decision but it works great for tiny projects. The project is available on https://fridgefm.com

      See more
      Heroku logo

      Heroku

      25.8K
      3.2K
      Build, deliver, monitor and scale web apps and APIs with a trail blazing developer experience.
      25.8K
      3.2K
      PROS OF HEROKU
      • 703
        Easy deployment
      • 459
        Free for side projects
      • 374
        Huge time-saver
      • 348
        Simple scaling
      • 261
        Low devops skills required
      • 190
        Easy setup
      • 174
        Add-ons for almost everything
      • 153
        Beginner friendly
      • 150
        Better for startups
      • 133
        Low learning curve
      • 48
        Postgres hosting
      • 41
        Easy to add collaborators
      • 30
        Faster development
      • 24
        Awesome documentation
      • 19
        Simple rollback
      • 19
        Focus on product, not deployment
      • 15
        Natural companion for rails development
      • 15
        Easy integration
      • 12
        Great customer support
      • 8
        GitHub integration
      • 6
        Painless & well documented
      • 6
        No-ops
      • 4
        I love that they make it free to launch a side project
      • 4
        Free
      • 3
        Great UI
      • 3
        Just works
      • 2
        PostgreSQL forking and following
      • 2
        MySQL extension
      • 1
        Security
      • 1
        Able to host stuff good like Discord Bot
      • 0
        Sec
      CONS OF HEROKU
      • 27
        Super expensive
      • 9
        Not a whole lot of flexibility
      • 7
        No usable MySQL option
      • 7
        Storage
      • 5
        Low performance on free tier
      • 2
        24/7 support is $1,000 per month

      related Heroku posts

      Russel Werner
      Lead Engineer at StackShare · | 32 upvotes · 3.5M views

      StackShare Feed is built entirely with React, Glamorous, and Apollo. One of our objectives with the public launch of the Feed was to enable a Server-side rendered (SSR) experience for our organic search traffic. When you visit the StackShare Feed, and you aren't logged in, you are delivered the Trending feed experience. We use an in-house Node.js rendering microservice to generate this HTML. This microservice needs to run and serve requests independent of our Rails web app. Up until recently, we had a mono-repo with our Rails and React code living happily together and all served from the same web process. In order to deploy our SSR app into a Heroku environment, we needed to split out our front-end application into a separate repo in GitHub. The driving factor in this decision was mostly due to limitations imposed by Heroku specifically with how processes can't communicate with each other. A new SSR app was created in Heroku and linked directly to the frontend repo so it stays in-sync with changes.

      Related to this, we need a way to "deploy" our frontend changes to various server environments without building & releasing the entire Ruby application. We built a hybrid Amazon S3 Amazon CloudFront solution to host our Webpack bundles. A new CircleCI script builds the bundles and uploads them to S3. The final step in our rollout is to update some keys in Redis so our Rails app knows which bundles to serve. The result of these efforts were significant. Our frontend team now moves independently of our backend team, our build & release process takes only a few minutes, we are now using an edge CDN to serve JS assets, and we have pre-rendered React pages!

      #StackDecisionsLaunch #SSR #Microservices #FrontEndRepoSplit

      See more
      Simon Reymann
      Senior Fullstack Developer at QUANTUSflow Software GmbH · | 30 upvotes · 12.7M views

      Our whole DevOps stack consists of the following tools:

      • GitHub (incl. GitHub Pages/Markdown for Documentation, GettingStarted and HowTo's) for collaborative review and code management tool
      • Respectively Git as revision control system
      • SourceTree as Git GUI
      • Visual Studio Code as IDE
      • CircleCI for continuous integration (automatize development process)
      • Prettier / TSLint / ESLint as code linter
      • SonarQube as quality gate
      • Docker as container management (incl. Docker Compose for multi-container application management)
      • VirtualBox for operating system simulation tests
      • Kubernetes as cluster management for docker containers
      • Heroku for deploying in test environments
      • nginx as web server (preferably used as facade server in production environment)
      • SSLMate (using OpenSSL) for certificate management
      • Amazon EC2 (incl. Amazon S3) for deploying in stage (production-like) and production environments
      • PostgreSQL as preferred database system
      • Redis as preferred in-memory database/store (great for caching)

      The main reason we have chosen Kubernetes over Docker Swarm is related to the following artifacts:

      • Key features: Easy and flexible installation, Clear dashboard, Great scaling operations, Monitoring is an integral part, Great load balancing concepts, Monitors the condition and ensures compensation in the event of failure.
      • Applications: An application can be deployed using a combination of pods, deployments, and services (or micro-services).
      • Functionality: Kubernetes as a complex installation and setup process, but it not as limited as Docker Swarm.
      • Monitoring: It supports multiple versions of logging and monitoring when the services are deployed within the cluster (Elasticsearch/Kibana (ELK), Heapster/Grafana, Sysdig cloud integration).
      • Scalability: All-in-one framework for distributed systems.
      • Other Benefits: Kubernetes is backed by the Cloud Native Computing Foundation (CNCF), huge community among container orchestration tools, it is an open source and modular tool that works with any OS.
      See more
      Cloudify logo

      Cloudify

      15
      0
      Cloud Orchestration and Automation Made Easy
      15
      0
      PROS OF CLOUDIFY
        Be the first to leave a pro
        CONS OF CLOUDIFY
          Be the first to leave a con

          related Cloudify posts

          AppFog logo

          AppFog

          7
          14
          Simple PaaS for Java, Python, Node, .Net, Ruby, PHP, MySQL, Mongo, and PostgreSQL
          7
          14
          PROS OF APPFOG
          • 4
            Allocate multiple instances to one app for free
          • 4
            The basic plan is free
          • 3
            Pricing by memory size
          • 2
            Great for startups
          • 1
            10 Free instances
          CONS OF APPFOG
            Be the first to leave a con

            related AppFog posts

            Rancher logo

            Rancher

            967
            644
            Open Source Platform for Running a Private Container Service
            967
            644
            PROS OF RANCHER
            • 103
              Easy to use
            • 79
              Open source and totally free
            • 63
              Multi-host docker-compose support
            • 58
              Load balancing and health check included
            • 58
              Simple
            • 44
              Rolling upgrades, green/blue upgrades feature
            • 42
              Dns and service discovery out-of-the-box
            • 37
              Only requires docker
            • 34
              Multitenant and permission management
            • 29
              Easy to use and feature rich
            • 11
              Cross cloud compatible
            • 11
              Does everything needed for a docker infrastructure
            • 8
              Simple and powerful
            • 8
              Next-gen platform
            • 7
              Very Docker-friendly
            • 6
              Support Kubernetes and Swarm
            • 6
              Application catalogs with stack templates (wizards)
            • 6
              Supports Apache Mesos, Docker Swarm, and Kubernetes
            • 6
              Rolling and blue/green upgrades deployments
            • 6
              High Availability service: keeps your app up 24/7
            • 5
              Easy to use service catalog
            • 4
              Very intuitive UI
            • 4
              IaaS-vendor independent, supports hybrid/multi-cloud
            • 4
              Awesome support
            • 3
              Scalable
            • 2
              Requires less infrastructure requirements
            CONS OF RANCHER
            • 10
              Hosting Rancher can be complicated

            related Rancher posts