TrustRadius: an HG Insights company

HAProxy Community Edition vs. Mirantis Kubernetes Engine

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    HAProxy Community Edition

    Score9.3 out of 10
    N/AHAProxy Community Edition is a free, open source reverse-proxy offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is presented as suited for very high traffic web sites.

    $0

    Mirantis Kubernetes Engine

    Score8 out of 10
    N/AThe Mirantis Kubernetes Engine (formerly Docker Enterprise, acquired by Mirantis in November 2019)aims to let users ship code faster. Mirantis Kubernetes Engine gives users one set of APIs and tools to deploy, manage, and observe secure-by-default, certified, batteries-included Kubernetes clusters on any infrastructure: public cloud, private cloud, or bare metal.

    $500

    per year per node

    Pricing
    HAProxy Community EditionMirantis Kubernetes Engine
    Editions & Modules
    No answers on this topic
    Free
    $0.00
    per year
    Basic
    $500.00
    per year
    Offerings
    Pricing Offerings
    HAProxy Community EditionMirantis Kubernetes Engine
    Free Trial
    NoYes
    Free/Freemium Version
    YesYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details—These pricing options are compatible with Linux or Windows Server and are per year, per node. The basic version requires maximum online purchase not to exceed 50 nodes. Support/professional services are not included.
    More Pricing Information
    Community Pulse
    HAProxy Community EditionMirantis Kubernetes Engine
    Considered Both Products
    Open Source
    Chose HAProxy Community Edition
    HAProxy has been more reliable than any other load balancing product we have used or tried. It just works, pretty much flawlessly. Other competing products were unreliable and required a lot of maintenance.
    Incentivized
    Mirantis
    No answer on this topic
    Key User Insights
    Would buy again
    No answers on this topic
    83%
    Would buy again
    5 Answers
    Delivers good value for the price
    No answers on this topic
    80%
    Delivers good value for the price
    4 Answers
    Happy with the feature set
    No answers on this topic
    100%
    Happy with the feature set
    6 Answers
    Lived up to sales and marketing promises
    No answers on this topic
    100%
    Lived up to sales and marketing promises
    5 Answers
    Implementation went as expected
    No answers on this topic
    No answers on this topic
    Best Alternatives
    HAProxy Community EditionMirantis Kubernetes Engine
    Small Businesses
    No answers on this topic
    Google Cloud Run
    Score8.7 out of 10
    Medium-sized Companies
    F5 BIG-IP
    Score9.2 out of 10
    Amazon Elastic Container Service (Amazon ECS)
    Score8.6 out of 10
    Enterprises
    F5 BIG-IP
    Score9.2 out of 10
    SUSE Rancher
    Score9.4 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    HAProxy Community EditionMirantis Kubernetes Engine
    Likelihood to Recommend
    9.0
    (7 ratings)
    8.3
    (37 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    9.1
    (1 ratings)
    Usability
    9.1
    (2 ratings)
    8.0
    (2 ratings)
    Support Rating
    9.7
    (2 ratings)
    7.8
    (3 ratings)
    User Testimonials
    HAProxy Community EditionMirantis Kubernetes Engine
    Likelihood to Recommend
    Open Source
    It prevents a single server failure from being a downtime event by adding redundancy to every layer of your architecture. A load balancer facilitates redundancy for the backend layer (web/app servers), but for a true high availability setup, you need to have redundant load balancers as well. So it is well suited for all production related servers and less suited for individual servers that do not require redundancy.
    Incentivized
    Read full review
    Mirantis
    [Mirantis Cloud Native Suite (Docker Enterprise)] is the most advanced tool till now, which works as a VMs
    and separates any single application from the dependencies. Also, this tool is
    helping me in the agile development of the processes. It is strongly recommended to
    almost all major organizations.
    Incentivized
    Read full review
    Pros
    Open Source
    • Low-Cost Load Balancer
    • Intelligent Request Routing based on URL and/or URI
    • Extremely flexible load balancing and healthchecks, can do almost anything including HTTP, HTTPS, PostgreSQL, etc.
    • SSL Termination
    Incentivized
    Read full review
    Mirantis
    • Containers - Docker is the go-to when using Containers, which are super useful if you need an environment that works both for Windows and Linux
    • Efficiency - Docker is very lightweight and doesn't demand too much from your CPU or server
    • CI/CD - Docker is excellent for plumbing into your build pipeline. It integrates nicely, is reliable, and has an easy set up.
    Incentivized
    Read full review
    Cons
    Open Source
    • A few, rare times each year, HAProxy CPU utilization spikes to 100% and server has to be rebooted - this may be related to HAProxy OR it could be an external factor causing this.
    Incentivized
    Read full review
    Mirantis
    • Containers are often opaque - if a container doesn't work out of the box, it's messy to fix.
    • Logging is complexified by the multiple containers and logs are often not piped to places you expect them to be.
    • Networking is complexified due to internal port mapping between containers, etc.
    Incentivized
    Read full review
    Usability
    Open Source
    It is very easy to use. I was able to find a lot of documents for it on the internet. Very good community support. There are lots of examples available to try. We mostly use a command-line user interface to interact with it. The CLI is also super easy to use and very easy to interact with
    Incentivized
    Read full review
    Mirantis
    Docker's CLI has a lot of options, and they aren't all intuitive. And there are so many tools in the space (Docker Compose, Docker Swarm, etc) that have their own configuration as well. So while there is a lot to learn, most concepts transfer easily and can be learned once and applied across everything.
    Incentivized
    Read full review
    Support Rating
    Open Source
    We haven't used customer support. We mostly used the community version. We build a multi-node HAProxy cluster with HA to the proxy itself using opensource plugins available. With the support available on the internet and the documents available we don't need to use much customer support.
    Incentivized
    Read full review
    Mirantis
    The community support for Docker is fantastic. There is almost always an answer for any issue I might encounter day-to-day, either on Stack Overflow, a helpful blog post, or the community Slack workspace. I've never come across a problem that I was unable to solve via some searching around in the community.
    Incentivized
    Read full review
    Alternatives Considered
    Open Source
    We chose HA Proxy because it is cheaper than a hardware balancer, it is an open-source solution with a large community behind it and with constant updates. It also allows custom scripts according to needs.HA Proxy is a solution used in many internet sites like GitHub, Reddit, Twitter, and Tuenti.
    Incentivized
    Read full review
    Mirantis
    We've used XAMPP, PHPmyAdmin and similar local environments (our app is on PHP). Because of how easy you can change the configuration of libraries on PHP and versions (which is SO painful on XAMPP or other friendly LAMP local servers) we are using Docker right now. Also, being sure that the environment is exactly the same makes things easier for developing.
    Incentivized
    Read full review
    Return on Investment
    Open Source
    • Significantly lower investment vs competitors. In the case of F5s we have Virtual Editions so we're paying for the hardware to run it on top of the several thousand dollar licenses that are required for each pair and we currently have a pair of F5s per client so there's a huge potential for cost savings there.
    • Requires our network engineers to learn a new skill or our Systems engineers to take on the responsibility of managing the load balancers. It's not a huge difference either way, but it does impact the way we have done business in the past.
    Incentivized
    Read full review
    Mirantis
    • Docker has made it possible for us to deploy code faster, increasing the productivity of our development teams.
    • Docker has made it possible for us to decentralize our build and release system. This means that teams can deploy on their own schedule and our dev ops team can concentrate on building better tools rather than deploying for the teams
    • Docker has allowed us to virtualize our entire development process and made it much simpler to build out new data centers. This, in turn, is significantly increasing our ROI by providing a path forward for internationalization.
    Incentivized
    Read full review
    ScreenShots