Apache Mesos vs. Linux Containers LXD

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Mesos
Score 2.6 out of 10
N/A
N/AN/A
LXD
Score 9.2 out of 10
N/A
LXD is a system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. LXD is image based and provides images for a wide number of Linux distributions. It supports various use cases, with support for different storage backends and network types and the option to install on hardware ranging from an individual laptop or cloud instance to a full server rack. LXD is written in Go. It is free software…N/A
Pricing
Apache MesosLinux Containers LXD
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
MesosLXD
Free Trial
NoNo
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details——
More Pricing Information
Best Alternatives
Apache MesosLinux Containers LXD
Small Businesses
Portainer
Portainer
Score 9.3 out of 10
Portainer
Portainer
Score 9.3 out of 10
Medium-sized Companies
Docker
Docker
Score 9.2 out of 10
Docker
Docker
Score 9.2 out of 10
Enterprises
Docker
Docker
Score 9.2 out of 10
Docker
Docker
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Apache MesosLinux Containers LXD
Likelihood to Recommend
2.0
(2 ratings)
6.4
(2 ratings)
Support Rating
1.0
(1 ratings)
-
(0 ratings)
User Testimonials
Apache MesosLinux Containers LXD
Likelihood to Recommend
Apache
There's really no reason to ever use Mesos. We switched over to Kubernetes and it's been a breath of fresh air - better CD support, easy CLI for browsing logs, no mysterious dangling redeploys. If you're looking for a tool to manage a fleet of Docker containers on VMs, Kubernetes beats Mesos by a wide margin.
Read full review
Open Source
Linux Containers LXD works very well when you, as a software developer using Linux, need to spin up a development environment to build and work on a specific piece of software. For example, you need to build some software that is tested and developed target Ubuntu 18.04. You're able to quickly create a container for Ubuntu 18.04 and log into it to run commands and build your software. This is easier to do than setting a virtual machine - e.g - via Virtual Box, but is a lot clunkier than doing it via Docker containers which give you a much more flexible configuration of the environment and are easier to start, stop, connect and share with other developers.
Read full review
Pros
Apache
  • Mesos may have many frameworks. If you have Mesos installed on your servers, you may use it for many kinds of tasks. Today we're running only web applications but the idea is to install a different framework for big data soon.
  • There is a good community growing around it.
Read full review
Open Source
  • GIT repositories.
  • Authentication servers.
  • Application instances.
Read full review
Cons
Apache
  • Unreliable deployments that would fail for no good reason. Sometimes our Docker container would be "restarting" forever because Mesos thought it didn't have enough resources to start the container.
  • Impossibly slow UI. Built in React under the hood with a lot of bloatware backed in, so loading the Mesos UI on a slow internet connection was painful.
  • No real logging solution - it would stream "console.log()" output to the UI, but searching for logs wasn't really possible without downloading a huge file.
  • No built-in support for redeploying containers from a CI. We had to create a service whose whole job was to expose an HTTP endpoint that restarted a container, and then made Circle CI ping the endpoint whenever we wanted to redeploy.
Read full review
Open Source
  • Ease of use.
  • Copying containers from one machine to another.
  • Creation of containers with config files similar to Docker.
Read full review
Support Rating
Apache
No real support channel, the Mesos GitHub issues list was the only one we found and it wasn't particularly helpful.
Read full review
Open Source
No answers on this topic
Alternatives Considered
Apache
Kubernetes is really great and their community is growing really fast (Google influence). We evaluated it in the beginning and it would fit for our web applications workload. We decided to proceed with Mesos because it has more potential. You may use a different framework for different kinds of tasks on Mesos. There is a Kubernetes framework for Mesos, by the way.
Read full review
Open Source
Linux Containers LXD feels like a more primitive version of docker, docker-compose and similar projects from the docker ecosystem. The Dockerfile and docker-compose.yml methods of specifying a container setup, as well as the network and file configurations afforded by Docker make working with containers much easier and more reproducible than with Linux Containers LXD.
Read full review
Return on Investment
Apache
  • It's optimizing our resources.
  • It's improving our process. This argument is not just for Mesos, but we needed a tool like this to start changing and it works like a charm.
  • It's open source.
Read full review
Open Source
  • Save workload.
  • Save time.
Read full review
ScreenShots