Likelihood to Recommend 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 If your application is complex, if it's planet-scale, or if you need autoscaling, then Kubernetes is best suited. If your application is straightforward, you can opt for App Engine or Cloud Run. In many cases, you can prefer to run the cloud on GKE. But once you deploy on Kubernetes, you get the flexibility to try different things. But if you don't seek flexibility, it's not an option for you.
Read full review Pros 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 Engine upgrade rollout strategy - well documented and configurable Integration with other Google Cloud services like the Compute Engine, SaaS databases, and some cloud networking like Cloud Armor Graphical interface for a lot of operations - either for a quick peek/overview or actual work done by administrators and/or developers (via the Google Cloud Console, for example) Read full review Cons 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 Support of IPv6. Better GitOps. A "serverless" Kubernetes so we can install Google config connector will be really awesome. Container-native load balancers do not support internal TCP/UDP load balancers or network load balancers. Read full review Usability Google Kubernetes Engine has a good UI and documentation that facilitates setup and helps get projects moving along quickly Its built-in logging integrations with StackDriver make it easier to monitor the application and log issues quickly Automated orchestration, deployment, and scaling of nodes and networking are all easily configurable with yaml files Read full review Support Rating No real support channel, the Mesos
GitHub issues list was the only one we found and it wasn't particularly helpful.
Read full review Very good
Kubernetes distribution with a reasonable total price. Integration with storage and load balancer for ingress and services speed up every process deployment.
Read full review Alternatives Considered 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 GKE spins up new nodes a LOT faster than AKS. GKE's auto scaler runs a lot smoother than AKS. GKE has a lot more
Kubernetes features baked in natively.
Read full review Professional Services When issues came up, we reached out to some folks at GCP and they seemed to be very prompt and attentive to our needs. They were always willing to help and provide additional details or recommendations or links to resources. This kind of support is very helpful as it allows us to navigate GKE with more confidence. Read full review Return on Investment 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 Reduced cloud computing costs. Easier management of applications. Extra time investment to learn how to setup applications in Google versus Amazon. Read full review ScreenShots