Introducing G2.ai, the future of software buying.Try now
Mirantis Kubernetes Engine (formerly Docker Enterprise)
Save to My Lists
Share your insights with Mirantis Kubernetes Engine (formerly Docker Enterprise)

Thousands of people like you come to G2 to find out whether solutions like Mirantis Kubernetes Engine (formerly Docker Enterprise) are the right fit for them. Share your real experiences with Mirantis Kubernetes Engine (formerly Docker Enterprise) and the G2 community and help someone make the right decision about their software.

Mirantis Kubernetes Engine (formerly Docker Enterprise) Pros and Cons: Top 5 Advantages and Disadvantages

Quick AI Summary Based on G2 Reviews

Generated from real user reviews

Users find the ease of use of Mirantis Kubernetes Engine refreshing, simplifying Kubernetes management for newcomers and experienced users alike. (4 mentions)
Users appreciate the user-friendly interface and straightforward operation of Mirantis Kubernetes Engine, facilitating seamless container management. (4 mentions)
Users find the customer support of Mirantis Kubernetes Engine helpful and responsive, enhancing their overall experience. (3 mentions)
Users find the installation process straightforward, facilitating easy Kubernetes management and day 2 operations. (3 mentions)
Users find the ease of use and helpful support of Mirantis Kubernetes Engine enhances their container management experience. (2 mentions)
Users express frustration with poor customer support, as solutions often feel inadequate and require manual workarounds. (3 mentions)
Users find the poor documentation for Mirantis Kubernetes Engine frustrating and desire more searchable resources. (2 mentions)
Users struggle with the confusion of black box operations in Mirantis Kubernetes Engine, seeking clearer documentation. (1 mentions)
Users note that improvement needed includes better documentation and clarity on MKE's inner workings and operations. (1 mentions)
Users find the enterprise support portal for Mirantis Kubernetes Engine to be lacking in user-friendliness and clarity. (1 mentions)

281 Mirantis Kubernetes Engine (formerly Docker Enterprise) Reviews

4.4 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.

Mirantis Kubernetes Engine (formerly Docker Enterprise) Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Yassine F.
YF
Engineer
Enterprise (> 1000 emp.)
"Docker makes it easy to create, package and deploy your applications"
What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

Docker is opensource you don't have to pay a penny to get it. It runs on most famous Linux platforms smoothly (Ubuntu, centos, fedora, Opensuse ...). Docker installation is extremely easy with a simple apt or yum command you ill get it up and running. The concept of docker is also quite interesting where the virtuaöization is done on the OS level which means multiple containers (the software unit that docker uses) can run in an isolated way and share same resources (the Linux kernel). Also, docker makes it easy to create a container through a "Dockerfile" where you need only to specify how your docker image should contain and these files are simple and easy to write, understand and to maintain.

Docker containers solve the problem of dependencies. In fact, developers should not worry anymore about their application's dependencies and how the application will behave in production in another server or on another OS. Indeed, the docker image contains all the dependencies and configuration the application needs to run smoothly. Review collected by and hosted on G2.com.

What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

The learning curve is quite significant. In fact, a good Linux understanding is required and Ip networking basic understanding is also required to understand different types of networks. The CLI provided by docker is not that easy and needs some time to master it. Review collected by and hosted on G2.com.

AS
Software developer
Enterprise (> 1000 emp.)
"Docker Platform Review"
What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

It helps save a lot of time and it allows to use a lot of cool fancy technology with such an ease. It adds a lot of speed to the work i do and saves the frustration of setting up tools manually. Review collected by and hosted on G2.com.

What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

The OS level dependencies is something that can be worked upon , a lot of complex things are required to be set at the kernel level in order for docker to work. Review collected by and hosted on G2.com.

Pieter V.
PV
Backend developer
Mid-Market (51-1000 emp.)
"It's awesome to use for deploy, test and production"
What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

The amount of official images is huge. Besides that, there is an enormous number of great custom images to use. It makes it very easy to setup Review collected by and hosted on G2.com.

What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

It can be tedious to completely minimise your image and shave off the last mb's Review collected by and hosted on G2.com.

Verified User in Semiconductors
US
Enterprise (> 1000 emp.)
"Containers vs VMs"
What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

It's an essential tool for web and full stack developers. Great integration with web technologies, used it with node JS, Postgres, and front end JS. You can think of containers as VM and you have full(somehow) control on the automation of tests and configuration with yaml files. Review collected by and hosted on G2.com.

What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

When I first started, I have to read a lot to connect the configurations, like how the docker-compose works. There are lot's of materials online but it's kind of hard if you don't exactly know what you are looking for. Review collected by and hosted on G2.com.

Verified User in Building Materials
UB
Small-Business (50 or fewer emp.)
"Docker Platform the turning point"
What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

Docker Platform has been a real innovation in the field of software development, maintenance, control, and distribution. With Docker Platform, it is possible to virtualize operating system images directly on the hardware of the server hosting the Docker Platform server. In this way, Docker images cannot be very lightweight and performant. Review collected by and hosted on G2.com.

What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

Docker Platform is primarily a technology for Unix systems, it is opening up to the Microsoft world but does not yet have full support in this regard, in fact Docker Platform cannot be started on Windows servers prior to version 2016. Review collected by and hosted on G2.com.

Upendra Kumar D.
UD
Science Informatician
Higher Education
Small-Business (50 or fewer emp.)
"Docker, the best containerization platform available out there"
What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

The ease at which you can package your software along with dependencies into a Docker image, share it with anyone and run it anywhere Review collected by and hosted on G2.com.

What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

Mounting of volumes and the current working directory is still a pain and not an easy concept to teach others Review collected by and hosted on G2.com.

Verified User in Education Management
AE
Mid-Market (51-1000 emp.)
"The best and most convenient virtualisation tool in the game"
What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

Docker has made virtualization easy. It was so revolutionary that it made Linux distributions even more powerful.

Docker has the ability to make containers (VM) at ease. You can pull images and run them as a container and you can limit the containers by giving them parameters and setting their boundaries. You can limit their RAM and CPU usage and give them idle time etc. Review collected by and hosted on G2.com.

What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

There are little to none disadvantages about using docker. Most of the disadvantages people experience aren't docker related but more related to the virtualization. Example given, changing parameters in the VM won't have an influence once the machine reboots. Review collected by and hosted on G2.com.

Ansel R.
AR
Sr. Java Developer & Team Leader
Enterprise (> 1000 emp.)
"Docker is the bedrock of the work that I do."
What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

Docker allows me to build an application and its configuration and not have to worry about deployment. By decoupling deployment and infrastructure concerns from software development, I am free to focus on solutions. Review collected by and hosted on G2.com.

What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

Docker by itself is incomplete without a container orchestration platform. However, it is perfectly positioned so solve the problem it is solving. Review collected by and hosted on G2.com.

Verified User in Computer & Network Security
UC
Mid-Market (51-1000 emp.)
"A platform to distribute software components easily"
What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

I like the way in which docker containers can be launched. With simple api, they can be set up and run without any difficult configuration. Docker standardise the way to deploy components. Review collected by and hosted on G2.com.

What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

I do not like the management of networks, often difficult and error prone. Review collected by and hosted on G2.com.

Adam .
A
Architekt rozwiązań IT - Departament Rozwoju Infrastruktury
Mid-Market (51-1000 emp.)
"It's XXI century guys - just use Docker!"
What do you like best about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

Docker is a leading container platfform applicable for any type of IT task. If you are developer you can easily run your software inside dedicated container without worrying about tipical syslop tasks and configuration. If you'r responsible for large microservice system deployment you can run it with docker and some additional orchestration solution like DC/OS, AWS ECS or Docker Cloud. Docker guarantee scalable, reliable and secure runtime environment for your daily workflows. Thanks to Docker Hub and literally thousand of pre-burn images you can run almost any software in the manner of minutes or even seconds. Review collected by and hosted on G2.com.

What do you dislike about Mirantis Kubernetes Engine (formerly Docker Enterprise)?

It's actually nothing to love about docker. Only problem that i encounter so far was with vulnerability scanning inside docker containers but right now it's solved by Docker Securiity Scanning available in docker cloud. Review collected by and hosted on G2.com.

Pricing Insights

Averages based on real user reviews.

Time to Implement

3 months

Return on Investment

11 months

Average Discount

8%

Perceived Cost

$$$$$
Mirantis