diff --git a/docs/techs/DevSecOps/tools/mesos.md b/docs/techs/DevSecOps/tools/mesos.md new file mode 100644 index 0000000..20c9086 --- /dev/null +++ b/docs/techs/DevSecOps/tools/mesos.md @@ -0,0 +1,5 @@ +# Apache Mesos + +[Mesos vs. Kubernetes](https://www.baeldung.com/ops/mesos-kubernetes-comparison) + +Apache Mesos is **an open-source cluster manager from UC Berkeley**. It provides applications with APIs for **resource management** and **scheduling across** the cluster. Mesos gives us the flexibility to run both **containerized and non-containerized** workload in a distributed manner.